Subject

Modern Indian Language (MIL)

Open Topic Tutorial View

Programs

2D Array

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

Easy
C 📊 Arrays
Views
24
Date
Jan 30, 2026

Student structure and sorting based on marks

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

Medium
C 📦 Structure
Views
16
Date
Jan 29, 2026
Title Difficulty Language Categories Views Date Action
2D Array
Write a C program to perform matrix addition of two 3x3 matrices....
Easy C
📊 Arrays
24 Jan 30, 2026
Student structure and sorting based on marks
Consider a structure as follow: struct stud_info { int rno; char sname[30]; int marks; }; Write a C program th...
Medium C
📦 Structure
16 Jan 29, 2026
Showing 2 program(s)