Fill In The Blanks: (1) _______ is used to terminate the string. (2) ________ is collection of similar data element. (3) Float Data Type variable occupies__________ byte of memory. (4) Total ________ keywords are available in Clanguage. (5) Cwas developed by________. (6) The_________ Statement is used to Skip statement in loop. (7) In C Programming language, the default return type of a function is____________.
[7 marks]Do As Directed: (1) What is Keyword? (2) What is the main difference between Entry & Exit control loop? (3) Differentiate Break and Continue. (4) What does a header file consist of? (5) What do you mean by Nested Loop? (6) Define Pseudo code. (7) What is the main difference between GO TO& BREAK?
[7 marks]What is Data type ?Explain Different Data type of Clanguage.
[7 marks]What is Flowchart? Explain different standard symbols of it with examples.
[7 marks]Write a Cprogram & draw flowcharts which interchange two numbers without using third variable.
[7 marks]Explain decision control statements with all its types.
[7 marks]List out type of operator in Cand explain any two in detail.
[7 marks]What is a loop? Explain the working of a nested loop using a proper example.
[7 marks]Explain the concept of type conversion and typecasting with respect to Cprogramming language.
[7 marks]What do you mean by a recursive function? Explain the working of a recursive function along with appropriate example.
[7 marks]Explain String Manipulation function any 3in detail with example.
[7 marks]What is function recursion? Write a program of Fibonacci series using function recursion.
[7 marks]Explain String Manipulation with Finding length of String, Copy String Function with ex.
[7 marks]Explain four storage classes of Clanguage.
[7 marks]Write a Program to input 10 values From user in array and find its average.
[7 marks]Compare features of the keyword auto, static, register and extern available in c programming language.
[7 marks]What is an Array? Explain it with declaration, initialization of 1D array. Explain Program of Transpose of Matrix.
[7 marks]