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
How to write c functions that modify head pointer of a linked list?
What is difference between static and global variable in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is scope of variable in c?
Tell me can the size of an array be declared at runtime?
write a c program to find the sum of five entered numbers using an array named number
What is the difference between local variable and global variable in c?
Why should I use standard library functions instead of writing my own?
What is #include cctype?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Why & is used in c?
Explain 'far' and 'near' pointers in c.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the purpose of scanf() and printf() functions?
What is return in c programming?