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
Explain can you assign a different address to an array tag?
define string ?
What is switch in c?
Why is %d used in c?
What is structure padding in c?
What is malloc return c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Where does the name "C" come from, anyway?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is the total generic pointer type?
What is the difference between abs() and fabs() functions?
What is the purpose of sprintf() function?
Explain output of printf("Hello World"-'A'+'B'); ?
What is the heap in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.