Explain Various Symbol used in Flowchart. Draw a flowchart to find factorial of given no.
[ marks]Explain basic structure of Cprogram with example.
[7 marks]Explain different operators in C.
[7 marks]Explain entry controlled and exit controlled loop with suitable example
[7 marks]Write a program to find sum of digits of a number. (e.g. input number 9834, output is : 9+8+3+4=24)
[ marks]Write a program for simple calculator(+, -, *, /, %) using switch-case statement.
[7 marks]Define an array. Explain declaration and initialization of one dimensional, two dimensional and multi-dimensional array.
[ marks]Explain elements of user defined functions with suitable example
[7 marks]Explain following string handling functions: I. strcat() II. strcmp()07 III. strlen IV. strstr() V. strcpy()
[ marks]What is structure? How it is different from union?07 Explain nested structure with example.
[ marks]What is pointer? How Pointer is initialized? How it is different to array?
[7 marks]List and explain File Management Functions of C.
[7 marks]Write a program to print following pattern.
[ marks]Write a program to add two 2×2 matrix.
[7 marks]