C Programming
Full Marks: 60
Pass Marks: 24
Time: 3 hours
Write an algorithm and flow chart to determine whether a given integer is odd or even and explain it.
How can you declare the variable in C? Explain with example.
Write a program to find the factorial of a given integer.
Explain switch statement with example.
Write a program to find the largest and smallest among the given elements in an array.
Explain the user-defined functions and its types with example.
Write a program to accept two numbers and sort them with using pointer.
Explain the passing structure to function with example.
Write a program to accept any number and print the sum of that number up to a single digit through recursive function.
Explain the pointer to structure with example.
OR
Write short notes on :