Programming C MCQs Set-2
This section contains more frequently asked Programming In C Multiple Choice Questions and Answers in the various University Level and Competitive Examinations.
1. What makes OOP so popular? (i) Data abstraction (ii) Easily reusable (iii) Easily modifiable (iv) None of the above
- i only
- i, ii & iii only
- ii & iii only
- iv only
✅ Correct Answer: D. iv only
2. Which of the following languages has the potential to become the next programming language standard? (i) Java (ii) Html (iii) Cobol 97 (iv) ADA 95
- i & iv only
- i & iii only
- ii & iii only
- none of the above
✅ Correct Answer: B. i & iii only
3. Which of the following languages is the newest?
- C
- Fortran
- Lisp
- Simula
✅ Correct Answer: A. C
4. Which of the following languages is the oldest?
- Perl
- PHP
- Python
- Ruby
✅ Correct Answer: A. Perl
5. Which of the following languages introduced the notion of inheritance?
- Simula
- Smalltalk
- Algol 68
- C++
✅ Correct Answer: A. Simula
6. Which of the following are language processors?
- Assembler
- Compiler
- Interpreter
- All of the above
✅ Correct Answer: D. All of the above
7. A program in execution is called
- process
- function
✅ Correct Answer: A. process
8. An assembly language is a
- low level programming language
- CPU
- High level programming language
- Memory
✅ Correct Answer: A. low level programming language
← Previous
Programming C MCQs Set-1
Next →