Write a short note on Cprogram structure.
[5 marks]What is variable? Explain rules to declare a variable.
[5 marks]How many basic data types in C? List out basic data types with its size and range.
[5 marks]What is Operator? List out all operators used in Cand explain any two operator with examples.
[5 marks]Explain dynamic initialization of variable with suitable example.
[5 marks]How many types of decision making statements(Conditional Statements) used in C. and explain any one decision making statement in C.
[5 marks]Write difference between entry control loop(while) and exit control loop(do while).
[5 marks]Explain break and continue with example.
[5 marks]What is recursion? Write a Cprogram to find factorial of given number using recursion.
[5 marks]Explain Switch statement with suitable example.
[5 marks]Define : Token, Array, function, Structure, Pointer.
[5 marks]Write only syntax : if statement, if – else statement, for loop, while loop, do- while loop.
[5 marks]Explain any three built-in string functions with suitable examples.
[5 marks]Write a program to check given number is odd or even.
[5 marks]Write a Cprogram to find the largest number out of three numbers.
[5 marks]Write a Cprogram to copy the contents of one file into another.
[5 marks]Write a Cprogram to find length of string using strlen() function.
[5 marks]