Who is the founder of c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


Whats s or c mean?

0 Answers  


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


What is %lu in c?

0 Answers  


Why is %d used in c?

0 Answers  






What is the significance of c program algorithms?

0 Answers  


What is calloc()?

0 Answers   Adobe,


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


Why array is used in c?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


Does * p ++ increment p or what it points to?

0 Answers  


Categories