who is the father of C Language?

Answer Posted / srsabariselvan

Dennis MacAlistir Ritchie

Is This Answer Correct ?    92 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what happens if you free a pointer twice?

615


How do I get an accurate error status return from system on ms-dos?

653


what type of questions arrive in interview over c programming?

1563


What is line in c preprocessor?

618


What is bin sh c?

584






What is && in c programming?

684


Why do we use c for the speed of light?

610


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5061


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1260


What is || operator and how does it function in a program?

635


What is union and structure in c?

622


How to find a missed value, if you want to store 100 values in a 99 sized array?

821


Difference between pass by reference and pass by value?

660


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

612


write a program to display all prime numbers

1461