Explain basic structure of C Program.
[5 marks]Draw a flow chart for process of compiling and running a Cprogram.
[5 marks]Explain different loops used in Cwith example.
[5 marks]Write Ccode to find out largest of 2 numbers using ternary operator.
[5 marks]Write a menu driven Cprogram for simple calculator.
[5 marks]How to declare and initialize one-dimensional array? Explain with an example.
Give the difference between if...else and switch statements.
[5 marks]Explain various built-in string-handling functions.
[5 marks]Write a Cprogram to find the largest of the given three numbers using nested if...else.
[5 marks]What is user defined function? Explain with example.
[5 marks]Define Structure? How to Initialize a Structure?
[5 marks]What is recursion? Explain with example.
[5 marks]Define Union? How to represent an union?
[5 marks]Give the difference between local and global variables.
[5 marks]How can you initialize pointer variable? Explain with example.
[5 marks]Explain various storage class in terms of scope, lifetime and visibility of a variable.
[5 marks]Explain seek() and rewind() function with example.
[5 marks]