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...

main()
{
enum{red,green,blue=6,white};
pf("%d%d%d%d", red,green,blue,white);
return 0;
}

a)0 1 6 2
b)0 1 6 7
c)Compilation error
d)None of the above

Answer Posted / rajesh

Answer : b

check it in www.codepad.org

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are 16- and 32-bit numbers stored?

1330


How many levels of indirection in pointers can you have in a single declaration?

1149


Why use int main instead of void main?

1183


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3786


Is null always equal to 0(zero)?

1098


What is the difference between malloc() and calloc() function in c language?

1140


How do you determine the length of a string value that was stored in a variable?

1175


What are the different types of control structures in programming?

1183


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1550


How do you declare a variable that will hold string values?

1232


Explain what are its uses in c programming?

1128


What is a char in c?

1042


Define C in your own Language.

1135


What is the difference between fread and fwrite function?

1133


How variables are declared in c?

1108