who is the founder of c
Answers were Sorted based on User's Feedback
Answer / tacit girl
Dennis Ritchie in 1972 @ AT & T's bell LAboratories...
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raj
full name of denish ritchi
what is the full name of ........?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What are the types of i/o functions?
What is c preprocessor mean?
What is the purpose of 'register' keyword?
What does void main return?
Is it possible to have a function as a parameter in another function?
What does sizeof return c?
what are the various memory handling mechanisms in C ?
Write a program in c to print * * * * * *******
What are 'near' and 'far' pointers?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Explain what is the difference between a free-standing and a hosted environment?
Explain main function in c?