McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
Data Structure and Algorithms (DSA)
→
C language was invented by
Q.
C language was invented by
A.
abacus
B.
charles babage
C.
thomson
D.
dennis ritchie
Answer» D. dennis ritchie
2.1k
0
Do you find this helpful?
12
View all MCQs in
Data Structure and Algorithms (DSA)
Discussion
No comments yet
Login to comment
Related MCQs
Each programming language contains a ______ set that is used to communicate with the computer.
Consider the following definition in c programming language struct node { int data; struct node * next; } typedef struct node NODE; NODE *ptr; Which of the following c code is used to create new node?