Explain general format of Cprogram.
[5 marks]State features of Clanguage.
[5 marks]Explain any two operators used in Cwith suitable example.
[5 marks]State whether the following are valid Cidentifier or not with justification. 1. Last.name 2. &row 3. char 4. 123GTU 5. A$
[5 marks]Write a Cprogram to convert days into month and days.
[5 marks]Give the difference between Entry Controlled Loop and Exit Controlled Loop.
[5 marks]Write a Cprogram to find smallest of the three numbers using else...if ladder.
[5 marks]Give the difference between if...else and switch statements.
[5 marks]Write a Cprogram to print the following pattern.1
[5 marks]What is array? How can you initialize two-dimension array? Explain with example.
[5 marks]Write a Cprogram to find factorial of a given number using recursion.
[5 marks]Write a Cprogram to check whether the given string is palindrome or not using built-in string functions.
[5 marks]Distinguish between actual arguments and formal arguments.
[5 marks]What is pointer? State benefits of pointer.
[5 marks]How malloc( ) and calloc( ) are differ from each other? Explain with example.
[5 marks]Explain various file opening modes in brief.
[5 marks]Describe with examples, the different ways of assigning values to structure members.
[5 marks]