Podcast
Questions and Answers
What is a Variable?
What is a Variable?
- A keyword in C programming
- A value that never changes
- An output function in C
- A memory location to store data (correct)
What is the purpose of Keywords in C programming?
What is the purpose of Keywords in C programming?
- To define constants
- Reserved words with special meaning to the compiler (correct)
- To declare variables
- To output data
Which type of constant does not change and is fixed?
Which type of constant does not change and is fixed?
- Integer Constants (correct)
- Keyword Constants
- Character Constants
- Real Constants
Which function is used to display output in C programming?
Which function is used to display output in C programming?
What does a Real Constant represent?
What does a Real Constant represent?
What is the purpose of Comments in a C program?
What is the purpose of Comments in a C program?