C Programming Basics

1. Which symbol is used to end a statement in C?
2. What is the correct syntax to print in C?
3. Which data type is used for decimal values?
4. What is the size of int in C (typically)?
5. Which header file is needed for printf()?
6. What does '&' operator do in scanf()?
7. Which loop executes at least once?
8. What is the correct way to declare a pointer?
9. Which function is used to allocate memory dynamically?
10. What does '\n' represent in C?