who is the founder of c
Answer Posted / dinesh charge
C was founded by Dennis Ritchie & Ken Thompson at Bell Labs between 1969 and 1973.
c paved the way for Java and C++.
Also Dennis Ritchie was a co-developer of UNIX OS.
Unix paved the way for many operating system like Apple's MAC OS X and Google's Android.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is malloc and calloc?
What is 1d array in c?
How pointer is different from array?
Is it valid to address one element beyond the end of an array?
Why we use void main in c?
What are the scope of static variables?
What is meant by errors and debugging?
Are the variables argc and argv are local to main?
what are the 10 different models of writing an addition program in C language?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
how we can make 3d venturing graphics on outer interface
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Explain the difference between the local variable and global variable in c?
What are the modifiers available in c programming language?
Explain how can I prevent another program from modifying part of a file that I am modifying?