Fill in the blanks 1. The ______________ Statement is use to skip the statements in loop. 2. ____________is graphical and symbolic representation of process. 3. Cwas developed by______________ 4. Return type of function that does not have any return type is declared as _______. 5. _________data type has range -128 to +127. 6. Function called itself is known as ____________________. 7. _____________loop is called Entry Control Loop.
[7 marks]State true or false 1. Array is collection of mixed data type. 2. Source program is a program written in machine language. 3. Astring “Hello World” can be read using scanf (). 4. Acompiler translate high level language program into very high level language. 5. Afunction cannot return more than one value at a time. 6. The do-while loop is a posttest loop. 7. All arithmetic operators have same priority.
[7 marks]Explain Basic data Types in C With Example.
[7 marks](i) Explain machine level language (ii) What is variable? Provide rules for variable declaration.
[4 marks](i) Explain symbols of flow chart. (ii) Explain IF….Else Statement With Example.
[4 marks]What is operator? List types of operator in C. Explain any two in detail.
[7 marks]List out various form of looping statement. Explain syntax and flowchart of Do…..While loop.
[7 marks]Explain conditional statement if…else if. Write a program to input number and check number is even or odd or zero.
[7 marks]Explain any two of following.
[7 marks]Break statement (ii) Continue statement (iii) Goto statement
[ marks](i) Write difference between call by value and call by reference. (ii) Explain Use Of Local variable with Example.
[3 marks]What function prototype, function definition and function call? Explain with example. OR1
[7 marks](i) What is recursive function? Write a program to calculate factorial of even Number using recursive function. (ii) Write Algorithm of a prime number .
[3 marks]Explain storage class in C.
[7 marks]Write a matrix Multiplication Program.
[7 marks]What is string? Explain any three Character function in Cwith syntax and example.
[7 marks]Explain declaration and initialization of one dimension array. Write a program to input n elements in array and display largest element.
[7 marks]Write a program that display the following.1
[7 marks]