Explain any five operators with example.
[5 marks]Explain structure of Cprogram in detail.
[5 marks]Explain nested if statement with Cexample.
[5 marks]Write a Cprogram to find area of circle.
[5 marks]Write a Cprogram to print the following output.1
[5 marks]What is array? Explain one dimensional array c program.
[5 marks]Write Ccode to find the given number is odd or even.
[5 marks]Explain inner for loop and outer for loop with example.
[5 marks]Write a Cprogram to add two matrices.
[5 marks]Give the difference between call by value and call by reference.
[5 marks]Define structure and explain how it differs from other data types.
[5 marks]What is string? How can we declare and initialize string variable?
[5 marks]Give the difference between structure and union.
[5 marks]Explain various storage class in terms of scope, lifetime and visibility of a variable.
[5 marks]What is pointer? How can you declare and initialize pointer variable?
[5 marks]Give the difference between actual argument and formal arguments in functions.
[5 marks]What is File Management? List and explain different file operations or file opening modes?
[5 marks]