enum DAY
{
sunday,
monday,
tuesday
};
enum EDAYS
{
friday,
saturday,
sunday
};
void main()
{
int i =0;
if( i == sunday)
{
printf("%d",i);
}
}
what would be the output?
Answer Posted / rakesh kumar
Re-declaration error
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
what is use of malloc and calloc?
What is the Purpose of 'extern' keyword in a function declaration?
What is const keyword in c?
How are pointers declared in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is wrong with this code?
what are the different storage classes in c?
What is return type in c?
What are the advantages of c preprocessor?
Is a house a shell structure?
What does. int *x[](); means ?
hi, which software companys will take,if d candidate's % is jst 55%?
What are the benefits of organizational structure?
What is main () in c language?