1. What is programming language ? Types of programming
language? 2. What is compiler ?explain with example. 3. What is interpreter ?explain with example. 4. Define linker. Give one example. 5. Define loader. Give one example. 6. Define classification of programming. 7. What is algorithm? Characteristics of algorithm. explain with example. 8. What is flowchart? Describe symbol of flowchart and rules. Explain with example. 9. Describe structure of c program. 10. Define c tokens in brief. 11. Describe basic data type in c with example. 12.Define Variable, operator and expression. 13.Difference between type conversion and typecasting. 14. What is the difference between scanf() and gets() when reading input from the keyboard? Which one is safer and why? 15. What is the difference between scanf() and gets() when reading input from the keyboard? Which one is safer and why? 16. What are conditional execution and selection statements in C? Why are they used in programming? Provide an example. 17. Explain the difference between if, if-else, and else if statements in C. In what scenarios would you use each? Provide examples. 18. Explain how the ternary (?:) operator works in C. Write a program that uses the ternary operator to find the smaller of two numbers. 19. What is an iterative statement (loop) in C, why is it used in programming? Provide an example using a for loop, while loop and do-while loop. 20. Explained about Nested Loops. 21. What are special control statements in C? List the different special control statements and explain their purpose. 22. What is an Array? Write down types of array in brief.