who is the father of C Language?

Answer Posted / a.nagendra reddy

Dennis Ritche

Is This Answer Correct ?    137 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

772


What are the types of macro formats?

594


When can a far pointer be used?

580


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

800


Differentiate between ordinary variable and pointer in c.

607






Is there a way to jump out of a function or functions?

625


What is nested structure in c?

599


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1204


How can I read a binary data file properly?

625


Between macros and functions,which is better to use and why?

1561


What is the use of in c?

564


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

745


What is sizeof int in c?

592


What does the && operator do in a program code?

686


What are preprocessor directives?

662