Discuss the importance of stdio.h and conio.h header files. 0
[7 marks]What is flow chart? Explain various symbols used in flow chart.
[7 marks]What is array? Explain declaration and initialization of one dimensional, two dimensional and multi-dimensional arrays.
[7 marks]Explain different operators of Clanguage.
[7 marks]Explain getch(), gets(),puts() .
[7 marks]What is recursion? Write a Cprogram to add first 5 natural numbers using recursion.
[7 marks]What do you mean by pointer? How you can declare and initialize a pointer in C?
[7 marks]Write a Cprogram for following output :
[7 marks]Write a program for simple calculator using switch-case statement.
[7 marks]Explain nested if-else statement with example.
[7 marks]Explain structure. Write structure that named book which consists of three data fields, namely name, price and pages. How can we access structure variables?
[7 marks]Explain in detail Dynamic memory allocation with example.
[7 marks]List and explain File Management Functions of C.
[7 marks]Explain the following File Handling functions: (i) fseek() (ii) ftell() (iii)rewind( ) (iv) feof( ) (v) fputc( ) (vi) remove( ) (vii) fflush( )
[7 marks]