who is the founder of c
Answers were Sorted based on User's Feedback
Answer / macdonald
It's Dennis Ritchie. If you really want to post an answer,
make sure it's an accurate one.
| Is This Answer Correct ? | 123 Yes | 7 No |
Answer / parmjeet kumar
c was evolved from ALGOL, BCPL AND B by dennis ritchie at
bell lab in 1972.
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / k.dhinesh
Originally developed by DENNIS RITCHIE in 70's
Outgrowth of two earlier languages called BCPL and B.
1978,When Kernighan and Ritchie published a definitive
description of the language.
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / priya
C language was founded by Dennis Richie at AT&T bell labs
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / suman boddukuru
I am saying here only the best solution for this
question "Ken thomson's B language + Dennis Ritche's
cCompiler= Complete C language" ok ? No more arguments.
thank u
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / raghavendra
B language is also called as typeless lanugage, developed
by ken thompson while writing unix. so Dennies ritchie
written C compiler contains data types. then Unix written
in C language
| Is This Answer Correct ? | 9 Yes | 0 No |
What is sparse file?
What do you understand by friend-functions? How are they used?
How can I avoid the abort, retry, fail messages?
Method Overloading exist in c ?
write a program to swap two numbers without using temporary variable?
What is the deal on sprintf_s return value?
What is an array in c?
Explain what’s a signal? Explain what do I use signals for?
What are the advantages of using linked list for tree construction?
What are the average number of comparisons required to sort 3 elements?
can we execute the program with the object file
What are two dimensional arrays alternatively called as?