Model Exam Question set
Model Exam Question set
2. a. Write a C program to find the sum of the digits of the given number using while loop.
b. Write a C Program to implement merge sort algorithm.
4. a. Write a C program to check the given number is prime or not using function.
b. Write a C Program to implement queue using array and perform enqueue and
dequeue operations.