who invented c

Answer Posted / rohan ahuja

dennis ritchie at bells labs in the year 1972

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is operator precedence?

648


How can I ensure that integer arithmetic doesnt overflow?

613


Explain what are preprocessor directives?

634


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1989


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

564






What is the purpose of ftell?

604


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2230


Is c still used?

607


The difference between printf and fprintf is ?

722


What is the ANSI C Standard?

782


What is class and object in c?

598


Why is a semicolon (;) put at the end of every program statement?

632


What does s c mean in text?

623


Should a function contain a return statement if it does not return a value?

603


What are the different types of objects used in c?

582