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

how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

3232


What is boolean in c?

1150


Which is the best website to learn c programming?

1135


Explain Basic concepts of C language?

1237


What is static and volatile in c?

1265


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

1204


Explain the term printf() and scanf() used in c language?

1096


Explain setjmp()?

1117


What is the difference between malloc() and calloc()?

1983


What is the use of #include in c?

1129


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5503


Why shouldn’t I start variable names with underscores?

1119


What is variable in c example?

1133


How was c created?

1093


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1193