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 |
What is the use of linkage in c language?
What is a nested formula?
Program to find largest of three numbers without using comparsion operator?
What is that continue statement??
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?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
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
Write a function to find the area of a triangle whose length of three sides is given
How do you list a file’s date and time?
Are there constructors in c?
what is the definition of storage classes?