Assignment
Assignment
Assignment
Q10. Write a program in C using a function to print the sum of all prime numbers between two user
input numbers, passed as arguments to the function and display the sum in calling function.
Q11. What is dynamic memory allocation? How is it different from static memory allocation? Create
a one dimensional integer array using dynamic memory allocation to read ‘n’ numbers. Display the
largest odd number amongst all the numbers.