Fill in the Blanks 1) _________ is step by step descriptive procedure for solving a particular problem. 2) _________ Symbol is used to indicate condition in flowchart. 3) _________ is form of structured English that describes algorithm. 4) Extension of header file is _________ 5) _________ is default return data type of any UDF. 6) _________ string manipulation function is used to concatenation two of string. 7) _________ operator is used to calculate size of data type.
[7 marks]Explain flowchart with different symbols with example.
[7 marks]Explain Generation of programming language.
[7 marks]What is switch statement? Explain it with example and write advantage of switch case statement.
[7 marks]What is Array? Explain two dimensional arrays with example.
[7 marks]Explain typecasting and type conversion with example.
[7 marks]Explain printf () function with its specifiers.
[7 marks]List and explain different types of operator available in C (Explain any Three).
[7 marks]What is need of function? Explain function declaration, definition and call with example.
[7 marks]What is else if ladder and nested if statement? Explain it with example.
[7 marks]Explain While loop and For loop with example.
[7 marks]Explain break and continue with suitable example.
[7 marks]What is Recursive Function? Explain it using example of factorial number.
[7 marks]List and explain different storage classes of variable available in C.
[7 marks]Explain Array of String with example.
[7 marks]Write a program to find out number is prime or not.
[7 marks]What are character manipulation functions in C? Explain any five with example.
[7 marks]