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()
{
int l=6;
switch(l)
{
default:l=l+2;
case 4:l=4;
case 5:l++;
break;
}
printf("%d",l);
}

Answer Posted / sudeshna

5

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I avoid the abort, retry, fail messages?

1122


What is a null pointer in c?

1206


What is a structure member in c?

991


In C programming, what command or code can be used to determine if a number of odd or even?

1039


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1081


Why isn't any of this standardized in c? Any real program has to do some of these things.

1191


Write a program to show the change in position of a cursor using c

1037


Explain the difference between null pointer and void pointer.

1066


How are structure passing and returning implemented?

1023


When is a void pointer used?

1222


Explain the meaning of keyword 'extern' in a function declaration.

1140


Can you please explain the difference between malloc() and calloc() function?

1104


What is a structural principle?

1148


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1708


Why c is called top down?

1142