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

Explain the difference between structs and unions in c?

576


Why do we use int main?

610


Create a simple code fragment that will swap the values of two variables num1 and num2.

813


What is new line escape sequence?

810


What does node * mean?

713






a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1587


Where in memory are my variables stored?

637


Is javascript based on c?

595


What does stand for?

598


Can you please compare array with pointer?

617


Tell me with an example the self-referential structure?

566


Tell us the use of fflush() function in c language?

640


Describe the modifier in c?

603


What is meant by realloc()?

678


Add Two Numbers Without Using the Addition Operator

355