What is the purpose of type declarations?
No Answer is Posted For this Question
Be the First to Post Answer
What is equivalent to ++i+++j?
What is main return c?
What is Lazy evaluation in C? Give an example.
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?
The differences between Windows XP and Windows Visa
What is the difference between arrays and pointers?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
When should you use a type cast?
Do you know the use of fflush() function?
Explain what does the function toupper() do?
what is difference b/w extern & volatile variable??
Why is c called "mother" language?