Podcast
Questions and Answers
Who developed the C programming language?
Who developed the C programming language?
- Ken Thompson
- Dennis Ritchie (correct)
- Linus Torvalds
- Brian Kernighan
What language were the features of C derived from?
What language were the features of C derived from?
- Java
- Python
- C++
- B (correct)
What was the purpose of inventing the C language?
What was the purpose of inventing the C language?
- Creating a portable programming language
- Designing a high-level programming language
- Developing system applications
- Implementing UNIX operating system (correct)
When was the ANSI standard for C completed?
When was the ANSI standard for C completed?
What are some features of the C language?
What are some features of the C language?
Which one of the following is NOT a type of token in C?
Which one of the following is NOT a type of token in C?
Which of the following is a rule for naming variables in C?
Which of the following is a rule for naming variables in C?
Which of the following is NOT a category of variables in C?
Which of the following is NOT a category of variables in C?
Which of the following is a basic data type in C?
Which of the following is a basic data type in C?
What is the purpose of input in a program?
What is the purpose of input in a program?