What is variable? Explain rules to declare a variable.
[5 marks]Write a short note on Cprogram structure.
[5 marks]What is an Array? Explain one dimensional array(1 D) with suitable example.
[5 marks]What is Operator? Explain increment operator(++) with suitable examples.
[5 marks]Explain dynamic initialization of variable with suitable example.
[5 marks]Explain for loop with suitable example.
Write difference between while and do-while loop.
[5 marks]Explain break and continue with example.
[5 marks]What is function? List out types of functions in C.
[5 marks]Explain Switch statement with suitable example.
[5 marks]Define : Token, Recursion, Structure, Pointer, File.
[5 marks]Write only syntax : if statement, if – else statement, for loop, while loop, do- while loop.
[5 marks]Explain strlen(), strrev() and strcpy() string functions with suitable examples.
[5 marks]Write a program to check given number is odd or even.
[5 marks]Write a Cprogram to display multiplication table.
[5 marks]Write a Cprogram to copy the contents of one file into another.
[5 marks]Write a Cprogram to copy one string to another string using strcpy() function.
[5 marks]