What is the purpose of type declarations?


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

Post New Answer

More C Interview Questions

What is equivalent to ++i+++j?

0 Answers  


What is main return c?

0 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


The differences between Windows XP and Windows Visa

8 Answers   HCL,






What is the difference between arrays and pointers?

0 Answers  


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


When should you use a type cast?

0 Answers  


Do you know the use of fflush() function?

0 Answers  


Explain what does the function toupper() do?

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


Why is c called "mother" language?

0 Answers  


Categories