Where does the name "C" come from, anyway?


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

Post New Answer

More C Interview Questions

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Total of how many functions are available in c?

3 Answers  


What are pointers? Why are they used?

0 Answers  


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers   IBM,


write a program for odd numbers?

15 Answers  






What is a function simple definition?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


What are the characteristics of arrays in c?

0 Answers  


Are pointers integer?

0 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Categories