who is the father of C Language?

Answer Posted / jayanthi

Dennis MacAlistair Ritchie

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to use switch statement.

649


What is an endless loop?

790


What are multidimensional arrays?

648


What is a double c?

580


What is the return type of sizeof?

579






code for find determinent of amatrix

1505


Explain can the sizeof operator be used to tell the size of an array passed to a function?

582


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

731


What are the advantages of c preprocessor?

699


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

687


Is fortran still used today?

592


What is spark map function?

571


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

627


Does c have an equivalent to pascals with statement?

561


simple program of graphics and their output display

1458