Answer Posted / amit
A switch statement is a selection statement that lets you
transfer control to different statements within the switch
body depending on the value of the switch expression. The
switch expression must evaluate to an integral or enumeration
value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by high-order and low-order bytes?
Explain heap and queue.
Why c is procedure oriented?
What language is windows 1.0 written?
What is calloc malloc realloc in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Write a program to show the change in position of a cursor using c
What is variable declaration and definition in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the description for syntax errors?
What is an arrays?
Are enumerations really portable?
Which is the memory area not included in C program? give the reason