Podcast
Questions and Answers
What is the file extension for a C source file?
What is the file extension for a C source file?
- .c (correct)
- .txt
- .cpp
- .exe
Which of the following is a key feature of C programming?
Which of the following is a key feature of C programming?
- Pointer manipulation (correct)
- Automatic memory management
- Exception handling
- Garbage collection
Which of the following is a valid C keyword for declaring a constant?
Which of the following is a valid C keyword for declaring a constant?
- constant
- const (correct)
- final
- immutable