who is the father of C Language?

Answer Posted / barni guru

DENNIS RITCHIE

Is This Answer Correct ?    28 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a newline escape sequence?

668


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1427


What are external variables in c?

549


What are the different types of control structures in programming?

661


What language is windows 1.0 written?

579






Are there constructors in c?

600


What is c preprocessor mean?

797


What is the purpose of scanf() and printf() functions?

725


What are the advantages of Macro over function?

1211


What is use of null pointer in c?

573


What is difference between main and void main?

630


What is c mainly used for?

601


What is a void pointer? When is a void pointer used?

630


Can an array be an Ivalue?

668


How do you convert strings to numbers in C?

713