Subject

Programming Skills

Open Topic Tutorial View

Programs

Structure program

Consider a structure as follows: struct stud_info { int rno; char sname[30]; int marks; }; Write a C program that accepts details of N-...

Easy
C
Views
15
Date
Jan 30, 2026

Python String program

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 i...

Python
Views
19
Date
Jan 30, 2026

**Program to Find the Application with the Highest Rating Using Structure**

Create structure App Data with following members: App Name, download Count, rating, developer Accept 5 Application details from the user a...

C 📦 Structure
Views
13
Date
Jan 30, 2026

Matrix Addition of Two 3×3 Matrices Using C

Write a C program to perform matrix addition of two 3x3 matrices....

Medium
C 📊 Arrays
Views
16
Date
Jan 30, 2026

**Python Program to Perform Operations on a List of Student Names**

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 lis...

Python 🎯 OOP
Views
26
Date
Jan 30, 2026

C Program to Return the Maximum of Three Numbers

Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from them....

Easy
C ⚡ Functions
Views
17
Date
Jan 30, 2026

DataFrame Operations on Book Details Using Pandas

Create a DataFrame from a CSV file which contains following values. Book_no, Book_name, Price, Author Perform following operations on it: ...

Hard
Python 🐼 Pandas
Views
12
Date
Jan 30, 2026
Title Difficulty Language Categories Views Date Action
Structure program
Consider a structure as follows: struct stud_info { int rno; char sname[30]; int marks; }; Write a C program that a...
Easy C
-
15 Jan 30, 2026
Python String program
Write a Python program that accepts a line of text from the user and performs following operations on it. i) Toggle cas...
Python
-
19 Jan 30, 2026
**Program to Find the Application with the Highest Rating Using Structure**
Create structure App Data with following members: App Name, download Count, rating, developer Accept 5 Application det...
C
📦 Structure
13 Jan 30, 2026
Matrix Addition of Two 3×3 Matrices Using C
Write a C program to perform matrix addition of two 3x3 matrices....
Medium C
📊 Arrays
16 Jan 30, 2026
**Python Program to Perform Operations on a List of Student Names**
Write a Python program to create a list of student's names and perform following operations on it. i. Append Name in a l...
Python
🎯 OOP
26 Jan 30, 2026
C Program to Return the Maximum of Three Numbers
Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from ...
Easy C
⚡ Functions
17 Jan 30, 2026
DataFrame Operations on Book Details Using Pandas
Create a DataFrame from a CSV file which contains following values. Book_no, Book_name, Price, Author Perform following...
Hard Python
🐼 Pandas
12 Jan 30, 2026
Showing 7 program(s)