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

What is the time and space complexities of merge sort and when is it preferred over quick sort?

1134


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

3212


What is a rvalue?

1261


What is malloc return c?

1080


How to explain the final year project as a fresher please answer with sample project

1024


What are the characteristics of arrays in c?

1103


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

1040


Is there any possibility to create customized header file with c programming language?

1106


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1102


What is the use of parallelize in spark?

1064


Explain Function Pointer?

1242


differentiate built-in functions and user – defined functions.

1148


What is else if ladder?

1075


please send me the code for multiplying sparse matrix using c

2222


Explain what is meant by high-order and low-order bytes?

1090