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
What is sizeof array in c?
What is #error and use of it?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How can I dynamically allocate arrays?
What is an auto keyword in c?
What is a pointer value and address in c?
What is preprocessor with example?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
what is use of malloc and calloc?
i want to know the procedure of qualcomm for getting a job through offcampus
What is the meaning of ?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the purpose of clrscr () printf () and getch ()?
Explain what is the general form of a c program?
explain what are actual arguments?