Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2796


what is use of malloc and calloc?

1954


What is the Purpose of 'extern' keyword in a function declaration?

1147


What is const keyword in c?

1221


How are pointers declared in c?

1115


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

2022


What is wrong with this code?

1245


what are the different storage classes in c?

1235


What is return type in c?

1191


What are the advantages of c preprocessor?

1318


Is a house a shell structure?

1215


What does. int *x[](); means ?

1136


hi, which software companys will take,if d candidate's % is jst 55%?

2139


What are the benefits of organizational structure?

1064


What is main () in c language?

1187