who is the founder of c
Answer Posted / tacit girl
Dennis Ritchie in 1972 @ AT & T's bell LAboratories...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is clrscr ()?
What is main () in c?
When would you use a pointer to a function?
Explain data types & how many data types supported by c?
Where is c used?
What is c mainly used for?
Does free set pointer to null?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain what are the standard predefined macros?
What is meant by high-order and low-order bytes?
What is console in c language?
What library is sizeof in c?
What's a good way to check for "close enough" floating-point equality?
I came across some code that puts a (void) cast before each call to printf. Why?
Compare interpreters and compilers.