Programming Skills

Explore programs, questions, notes, and assignments for this subject

2D Array

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

Easy C 📊 Arrays
👁️ 5 views 📅 Jan 30, 2026
View Solution

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-students a...

Easy C
👁️ 1 views 📅 Jan 30, 2026
View Solution

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 iii) Senten...

Python
👁️ 7 views 📅 Jan 30, 2026
View Solution

**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 and print d...

C 📦 Structure
👁️ 5 views 📅 Jan 30, 2026
View Solution

Matrix Addition of Two 3×3 Matrices Using C

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

Medium C 📊 Arrays
👁️ 0 views 📅 Jan 30, 2026
View Solution

**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 list in sorte...

Python 🎯 OOP
👁️ 13 views 📅 Jan 30, 2026
View Solution

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
👁️ 1 views 📅 Jan 30, 2026
View Solution

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: 1. Print t...

Hard Python 🐼 Pandas
👁️ 1 views 📅 Jan 30, 2026
View Solution
Showing 8 program(s)