who is the founder of c
Answer Posted / shruti
Dennis Ritchie founded C at AT&T Bell Labs..
@Nayanprakash..
the two people u mentioned are not involved in finding C..
but "B"
it was a language founded before C..
| Is This Answer Correct ? | 42 Yes | 5 No |
Post New Answer View All Answers
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the types of assignment statements?
What is sizeof in c?
What is c programming structure?
What are logical errors and how does it differ from syntax errors?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
When should a type cast be used?
Explain heap and queue.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the modulus operator?
What is the sizeof () a pointer?
Explain null pointer.
how to count no of words,characters,lines in a paragraph.
What is getch() function?