Write a program to use switch statement.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between null pointer and void pointer.
post new interiew question and aptitude test papers
What is the diffences between Windows XP and Windows Visa
What is main function in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is spaghetti programming?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
How can I split up a string into whitespace-separated fields?
What is an example of enumeration?
why do some people write if(0 == x) instead of if(x == 0)?
How can you draw circles in C?