C Programming

[Sorted by: Latest]

NEB 2023 Computer Model Ques Solution
(Practical Programs)

3rd May, 2023

NEB CLASS 12 Practical Program Solutions
(C Programming)

By - Harish Hona
8th April, 2023



[Click on the question to view code]

#1. WAP to input any three numbers and find out which one is the largest number.

#2. WAP to display the day using the switch statement depending upon the number entered. i.e. input 1 for Sunday, 7 for Saturday.

#3. WAP to input a number and check whether it is prime or not.

#4. WAP to display the sum of even and odd numbers from 1 to 50.

#5. WAP to accept the age of 10 different employees and count the number of employee.

#6. WAP to enter elements for 3x3 matrixes and Display its sum.

#7. WAP to accept 10 different numbers in an array and sort them in descending order.

#8. WAP to input a number and find out whether it is Palindrome or not.

#9. WAP to enter names of n numbers of Students and sort them in Alphabetical order.

#10. WAP to read a number and make sum of individual digits using recursion.

#11. WAP to read N students' records, store them in a data file and display the content in appropriate format by using fprintf and fscanf functions.

#12. WAP to read roll, name, and age of 10 students, store them ina file and display in appropriate format.

#13. WAP to enter elements in 3x3 Matrix and display its sum.


Explore more of my gists here:
Harish Hona - Gists