Answer the following questions and submit them within the due date
1. What are the variables?
2. Explain the difference between declaration and definition.
3. Give the basic building block of a C program.
4. What do you understand by identifiers and keywords?
5. Write a short note on basic data types that the C language supports.
6. Explain the terms variable and constants. How many types of variables are supported by C?
7. Why do we include <stdio.h> in our program?
8. Write short notes on printf and scanf functions.
9. What is type conversion?
10. What is typecasting?
11. What are the maximum and minimum value can be stored in the basic data types in C?
12.Explain all the Format specifiers of basic data types?
Comments