Showing posts with the label Practical Exam QuestionShow all
      Computer Practical Questions-NEB- Class 12-Computer Practical Questions
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.