What is algorithm? Write an algorithm to find whether a given number is prime or not.
[7 marks]Define data types. Explain basic data types in detail.
[7 marks]Explain formatted input and output function with suitable example.
[7 marks]What is flow chart? What are the standard symbols for drawing flowchart? Explain with an example.
[7 marks]Explain four storage classes of C.
[7 marks]What is an array? How can we use array? How can we initialize array? Explain with a suitable example.
[7 marks]What is use of switch case? Explain with a proper example.
[7 marks]What is type casting? Write its significance and purpose with suitable example.
[7 marks]Write a program to display the following output1
[7 marks]What is an operator? What are the different types of operators? Explain any two types of operators in detail.
[7 marks]What is loop? How it is useful? Explain different types of loops.
[7 marks]Write a Cprogram to input 10 numbers and find maximum.
[7 marks]Differentiate the following 1. Entry Control Loop and Exit Control Loop 2. Compiler and Interpreter
[3 marks]What is recursive function? Write a recursive function to find factorial of a number.
[7 marks]What are the different types of functions? Explain with example.
[7 marks]What is function? How a function is useful? Explain with a suitable example.
[7 marks]What do you mean by scope and lifetime of a variable? Explain the types of scope.
[7 marks]