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 associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain output of printf("Hello World"-'A'+'B'); ?
Write a program to print fibonacci series without using recursion?
Can you subtract pointers from each other? Why would you?
Can math operations be performed on a void pointer?
What are the header files used in c language?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is floating point constants?
Where static variables are stored in c?
What are different types of variables in c?
Explain what are its uses in c programming?
What is the use of header?
Is it possible to initialize a variable at the time it was declared?
Describe the order of precedence with regards to operators in C.