who is the founder of c
Answer Posted / macdonald
It's Dennis Ritchie. If you really want to post an answer,
make sure it's an accurate one.
| Is This Answer Correct ? | 123 Yes | 7 No |
Post New Answer View All Answers
What does %c mean in c?
how to build a exercise findig min number of e heap with list imlemented?
Is multithreading possible in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is the difference between exit() and _exit() function in c?
What is wrong with this statement? Myname = 'robin';
What is I ++ in c programming?
What is the difference between a string and an array?
Write a program to check prime number in c programming?
If errno contains a nonzero number, is there an error?
In a switch statement, what will happen if a break statement is omitted?
Are c and c++ the same?
What is the difference between text and binary i/o?
How can type-insensitive macros be created?
What will the preprocessor do for a program?