who is the father of C Language?

Answer Posted / parth ujenia

Dennis Ritche :)

Is This Answer Correct ?    30 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of organizational structure?

577


Explain what is the use of a semicolon (;) at the end of every program statement?

740


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

762


What is a scope resolution operator in c?

754


Does * p ++ increment p or what it points to?

621






code for find determinent of amatrix

1521


write a progrmm in c language take user interface generate table using for loop?

1576


How can I do graphics in c?

597


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

728


What are the rules for identifiers in c?

592


Does c have circular shift operators?

734


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1718


What is a const pointer in c?

675


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2204


Tell me when would you use a pointer to a function?

613