I. Explain the scanf() and printf() function. II. Give the difference between WHILE and DO…WHILE loop. III. Explain any two string functions. IV. Define syntax Error. V. What is Algorithm? VI. Write different ways of writing comments on program. VII. What is the use of EOF?
[7 marks]List and describe the basic data types available in C.
[7 marks]What is a compiler, and how does it differ from an interpreter?
[7 marks]Define flowchart. Explain the importance of flowchart. Also describe various symbols of flowchart.
[7 marks]Explain the structure of a Cprogram, including its essential components.
[7 marks]Explain the concept of type conversion and typecasting in Cwith example.
[7 marks]Design a function in Cthat calculates the factorial of a number using recursion.
[7 marks]Create a simple program using conditional execution (if-else statements) to determine if a number is odd or even.
[7 marks]Explain Entry and Exit Loops with Example.
[7 marks]Explain four different category of Function based on argument and return type.
[7 marks]Explain Union with proper example. What is the difference between Union & Structure.
[7 marks]What is a string? List out all built-in string functions and Write a C Program for comparing two strings
[7 marks]Explain 2-Darray with examples.
[7 marks]What is a Pointer? Explain array of pointer with suitable example.
[7 marks]Describe how to define and use a structure in C.
[7 marks]Explain the process of declaring, opening, and closing a file in Cwith example
[7 marks]What are the differences between working with text files and binary files in C?
[7 marks]