Explain the major components of computer system with the proper diagram.
[7 marks]Explain arithmetic and relational operator with an example.
[7 marks]Write a Cprogram to find factorial of a given number.
[7 marks]Write a Cprogram to print following pattern:
[7 marks]Explain the use of else..if ladder with an example.
[7 marks]Explain switch statement with an example.
[7 marks]Differentiate entry controlled loop and exit controlled loop.
[7 marks]Write a Cprogram to find maximum value out of array of 10 elements.
[7 marks]What is recursion? Explain with an example.
[7 marks]Write a Cprogram to find sum of two numbers using user defined function.
[7 marks]What is pointer? Explain the concept of call by reference with an example.
[7 marks]What is the significance of malloc, calloc and realloc?
[7 marks]Write the syntax and significance of fopen(), fclose() and ftell().
[7 marks]Explain any three string handling functions with an example.
[7 marks]