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


when to use : in c program?

Answers were Sorted based on User's Feedback



when to use : in c program?..

Answer / mounika

In switch case we use : In c

Is This Answer Correct ?    4 Yes 1 No

when to use : in c program?..

Answer / deepika shinde

In bit field we use :

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


will u please send me the placement papers to my mail???????????????????

0 Answers  


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


What are the different file extensions involved when programming in C?

0 Answers  


Why c is known as a mother language?

0 Answers  


How to avoid buffer overflow?

1 Answers  


Why is c called a mid-level programming language?

0 Answers  


What are the different categories of functions in c?

0 Answers  


Categories