who is the father of C Language?

Answer Posted / jayanthi

Dennis MacAlistair Ritchie

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can a program be made to print the line number where an error occurs?

698


Why header files are used?

648


Which are low level languages?

640


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1547


Why pointers are used in c?

594






Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1016


What is far pointer in c?

815


Explain the binary height balanced tree?

729


Why c is a procedural language?

587


What is the Purpose of 'extern' keyword in a function declaration?

656


Explain the properties of union.

615


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1533


For what purpose null pointer used?

609


What's the difference between constant char *p and char * constant p?

660


Can we change the value of static variable in c?

568