wat is output of the following
int main()
{
const int j=2;
int i;
switch(i)
{
case 1:break;
case j:break;
default:break;
}
}
Answer Posted / kalyan chukka
Error Generated Because Case j is invalid declaration so
error generated
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Why pointers are used?
Can I initialize unions?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
how to find binary of number?
How are pointers declared in c?
State two uses of pointers in C?
What are the difference between a free-standing and a hosted environment?
Is c++ based on c?
Explain heap and queue.
What are the scope of static variables?
What do you mean by scope of a variable in c?
Dont ansi function prototypes render lint obsolete?
What is hungarian notation? Is it worthwhile?
Is there any data type in c with variable size?
Wt are the Buses in C Language