Who is the main contributor in designing the c language after dennis ritchie?



Who is the main contributor in designing the c language after dennis ritchie?..

Answer / Deepika Varshney

The main contributors besides Dennis Ritchie who contributed to the design and development of C language are Brian Kernighan, Ken Thompson, and Douglas McIlroy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the use of linkage in c language?

1 Answers  


What is a nested formula?

1 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


What is that continue statement??

4 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


What do the functions atoi(), itoa() and gcvt() do?

1 Answers   Aspire, Infogain,


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


How do you list a file’s date and time?

1 Answers  


Are there constructors in c?

1 Answers  


what is the definition of storage classes?

3 Answers   Wipro,


Categories