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 a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}

Answer Posted / ram

Ans=32

Is This Answer Correct ?    273 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the c keywords?

1255


What is #include called?

1099


What is the difference between text and binary modes?

1236


Can an array be an Ivalue?

1137


What is && in c programming?

1220


What tq means in chat?

1170


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1208


Where does the name "C" come from, anyway?

1214


Explain what is the difference between a free-standing and a hosted environment?

1236


Explain which function in c can be used to append a string to another string?

1136


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

1783


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3371


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

1197


Explain setjmp()?

1112


Are the variables argc and argv are local to main?

1360