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
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What does %p mean c?
What are unions in c?
What is the difference between memcpy and memmove?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
How can I prevent another program from modifying part of a file that I am modifying?
What is a macro?
What are pointers in C? Give an example where to illustrate their significance.
Where define directive used?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
How can a string be converted to a number?
What does the && operator do in a program code?
What are identifiers c?
Write a program to check whether a number is prime or not using c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.