Showing posts with the label C programShow all
C Program to Add Two Numbers
WAP to display even numbers using while and do while loops.-NEB-computer 12
WAP to enter elements for two 2x2 matrices M and N and display the sum of the matrices.
COMPUTER PRACTICAL QUESTIONS-NEB -COMPUTER 12
Define function in C. Write a program to calculate factorial of a given number using function.
Why do you use structure ? Write a program to input teacher id, name, address and subject of 10 teachers and display them properly using structure.
What is pointer? Write a program to enter the name, mobile and post of employee and write it in file “worker.dat” in C program.
Differentiate between OOP and procedural oriented language.
Write a program in C using structure to enter the roll_number, name and marks scored in english, computer, maths and nepali of 10 students. Also display them in proper format along with the total marks.
FILE HANDLING IN C-SAMPLE
FUNCTIONS IN C
C program to accept 10 numbers and sort them in ascending order by using Array.