Answer Posted / d.jeswanth
switch statement can be defined as " it can choose a
related option from the multiple options ".it belongs to
control and conditonal statements.
*************thank you************
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why c is procedure oriented?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Can we assign string to char pointer?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the hardest programming language?
What are enumerated types?
Explain what is a static function?
What is strcpy() function?
Distinguish between actual and formal arguments.
What is unary operator?
Explain what are run-time errors?
What are pointers? What are stacks and queues?
What is the use of c language in real life?