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

int x=5;
printf("%d%d%d",x,x<<2,x>>2);

Answer Posted / jitendra nath das

Ans will be

x=5
x<<2=20
x>>2=1

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many keywords are there in c?

1123


What is difference between union All statement and Union?

1160


What are the keywords in c?

1173


Is linux written in c?

1083


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

1233


Explain the use of 'auto' keyword

1171


What is logical error?

1187


What’s the special use of UNIONS?

1205


Explain the use of function toupper() with and example code?

1170


The __________ attribute is used to announce variables based on definitions of columns in a table?

1252


How can I prevent another program from modifying part of a file that I am modifying?

1107


What are the standard predefined macros?

1203


How can you increase the size of a statically allocated array?

1120


What is the difference between array and pointer?

1083


How many levels deep can include files be nested?

1186