What is algorithm? Write an algorithm to check whether the given number is prime or not.
[7 marks]Do as Directed. 1. Size of double is ______ bytes. 2. What is the difference between “=” and “==”? 3. “\t” is used for ______ and “\0” is used for ________. 4. What is L-Value in number? 5. What is Linker? 6. Array index can have a negative value. [T/F] 7. Write the syntax of FOR loop.
[7 marks]Explain various formatted and unformatted Input and Output functions
[7 marks]What is an operator? Explain with its types.
[7 marks]What is Data type? Discuss different data types in details.
[7 marks]Write a program to find grade from marks using nested if else.
[7 marks]What are the difference between Entry control loop and Exit control loop? Explain with example.
[7 marks]Write a program to find maximum number from three numbers using nested if.
[7 marks]Explain Go to statement with program.
[7 marks]What is array? Explain types of array with example.
[7 marks]What is String? Explain various String functions.
[7 marks]Write a Cprogram to check the given string is palindrome or not ( String is : RADAR)
[7 marks]Write a program to find sum of digits of any numbers using Array.
[7 marks]Explain various storages class in C
[7 marks]Write a program in Cprogram to find sum of two numbers using function.
[7 marks]What is function? Explain function definition, function calling and function declaration with example.
[7 marks]Write a Cprogram to display the following output.
[7 marks]