What is variable? Explain rules to declare a variable.
[5 marks]List and explain operators used in Cwith examples.
[5 marks]Explain data types in C. List out basic data types with its size and range.
[5 marks]Explain break and continue with example.
[5 marks]Explain Switch statement with example.
[5 marks]What is an array? Explain types of array with example.
[5 marks]Differentiate structure and union.
[5 marks]What is Loop? Explain any one type of loop with syntax and example.
[5 marks]What is a function? Explain function prototype, function definition, and function call with example.
[5 marks]Explain any two built-in string functions with suitable example.
[5 marks]Explain If statement and If-else statement with syntax and example.
[5 marks]Explain storage classes in C.
[5 marks]What is recursion? Write a c program to find factorial of given number using recursion.
[5 marks]Write a Cprogram to print following output.
[5 marks]Write a Cprogram to check whether the given number is positive, negative or zero.
[5 marks]Write a Cprogram to find largest element in an array.
[5 marks]Write a Cprogram to copy the contents of one file into another.
[5 marks]