Podcast
Questions and Answers
Who is credited with the development of the C programming language?
Who is credited with the development of the C programming language?
- Brian Kernighan
- Dennis Ritchie (correct)
- Grace Hopper
- Ken Thompson
What is the file extension used for C program files?
What is the file extension used for C program files?
- .c (correct)
- .cpp
- .exe
- .txt
Which of the following is a valid step in the structure of a C program?
Which of the following is a valid step in the structure of a C program?
- Loop iteration
- Function definition
- Preprocessor directive (correct)
- Variable declaration