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
What are bitwise shift operators in c programming?
Why c is called a mid level programming language?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is a pointer in c plus plus?
What is define directive?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Why is #define used?
Why is c still so popular?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Explain the priority queues?
What are inbuilt functions in c?
code for find determinent of amatrix
What is #ifdef ? What is its application?
What is the method to save data in stack data structure type?
Why isnt there a numbered, multi-level break statement to break out