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.
Asked by Jay Valia on Jan 30, 2026
Create a DataFrame from a CSV file which contains following values. Book_no, Book_name, Price, Author Perform following operations on it: 1. Print the values of the book name. 2. Display book name and author. 3. Display the details of a book named 'Let us C'. 4. Display the details of the book at location 3rd .
Asked by Jay Valia on Jan 30, 2026
Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from them.
Asked by Jay Valia on Jan 30, 2026
Write a Python program that accepts a line of text (which consists of multiple words) from the input device. Remove duplicate characters from it and make a line of text unique
Asked by Harsh Ojas Dave on Jan 30, 2026
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 sorted order. iii. Count the total number of students in the list. iv. Display the last 3 names of a list.
Asked by Jay Valia on Jan 30, 2026
Write a C program to perform matrix addition of two 3x3 matrices.
Asked by Harsh Ojas Dave on Jan 30, 2026
Create structure App Data with following members: App Name, download Count, rating, developer Accept 5 Application details from the user and print details of the application whose rating is highest.
Asked by Harsh Ojas Dave on Jan 30, 2026
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) Sentence case iv) Exit Note: Menu will be repeated until the user selects the Exit option.
Asked by Harsh Ojas Dave on Jan 29, 2026
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 and displays student's details in descending order on marks.
Asked by Fahad Vahora on Jan 29, 2026
Write a C program to perform matrix addition of two 3x3 matrices.
No assignments available yet.