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


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a :

a) Union

b) User defined type

c) Enumerated variable

d) none


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


How are pointers declared in c?

0 Answers  


What are the various types of control structures in programming?

0 Answers  


How will you find a duplicate number in a array without negating the nos ?

0 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


What is typedef struct in c?

0 Answers  


What is methods in c?

0 Answers  


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


What is a const pointer, and how does it differ from a pointer to a const?

2 Answers  


Categories