who is the founder of c

Answer Posted / surender

Dennis Richie

Is This Answer Correct ?    30 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between the expression '++a' and 'a++'?

629


if p is a string contained in a string?

1406


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1494


What does *p++ do? What does it point to?

618


Write a code to generate a series where the next element is the sum of last k terms.

740






What is the use of getch ()?

640


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1595


What is .obj file in c?

650


Is linux written in c?

603


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

660


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

612


What is calloc() function?

627


What are the types of type qualifiers in c?

652


Explain the difference between #include "..." And #include <...> In c?

635


Explain how can I read and write comma-delimited text?

661