Answer Posted / shruti
Are u asking "Who invented C??"
then the answer is
Dennis Ritchie invented C at the AT&T Bell labs..
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
How do you list a file’s date and time?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is #define?
What is the use of printf() and scanf() functions?
Is null valid for pointers to functions?
Define C in your own Language.
What are the types of pointers in c?
how should functions be apportioned among source files?
What are the advantages of external class?
Can the curly brackets { } be used to enclose a single line of code?
What are header files? What are their uses?
What is sizeof int in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are preprocessor directives in c?
What are the types of type specifiers?