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...
No assignments available yet.