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

Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


Explain what are linked list?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  






State the difference between realloc and free.

0 Answers   Aricent,


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


what is the definition of storage classes?

3 Answers   Wipro,


What are the disadvantages of c language?

0 Answers  


What's the right way to use errno?

0 Answers  


Categories