Explore programs, questions, notes, and assignments for this subject
Write a C program to perform matrix addition of two 3x3 matrices....
Consider a structure as follows: struct stud_info { int rno; char sname[30]; int marks; }; Write a C program that accepts details of N-students a...
Write a Python program that accepts a line of text from the user and performs following operations on it. i) Toggle case ii) Title case iii) Senten...
Create structure App Data with following members: App Name, download Count, rating, developer Accept 5 Application details from the user and print d...
Write a C program to perform matrix addition of two 3x3 matrices....
Write a Python program to create a list of student's names and perform following operations on it. i. Append Name in a list. ii. Display list in sorte...
Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from them....
Create a DataFrame from a CSV file which contains following values. Book_no, Book_name, Price, Author Perform following operations on it: 1. Print t...
Asked by Jariwala Jil on Feb 03, 2026
Write a function Armstrong that returns 1 if its argument is an Armstrong number and returns zero otherwise.
Asked by Jariwala Jil on Feb 03, 2026
Write a program to take input of 5 names and surnames in different two dimensional arrays. Then concatenate (join) names with their surname in a third 2D array.
Asked by Jariwala Jil on Feb 03, 2026
Define a structure item with following fields item code, name and quantity. Write a program that takes input of structure and display in proper format.
No assignments available yet.