Answer Posted / mithun das
Who invented C?
Answer:Dennis Ritchie.
In the year 1972.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does printf does?
can anyone please tell about the nested interrupts?
How can a program be made to print the line number where an error occurs?
What does sizeof int return?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain the red-black trees?
How do you generate random numbers in C?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Differentiate between functions getch() and getche().
What does c mean before a date?
What is a list in c?
What is zero based addressing?
What is keyword with example?
How can I access an I o board directly?
What is the difference between printf and scanf )?