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 x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

what is the output?

Answer Posted / suresh reddy

Ans:

5 20 1

Is This Answer Correct ?    18 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can I convert a string to a number?

1138


what is the syallabus of computer science students in group- 1?

2369


What language is c written?

1100


Define the scope of static variables.

1199


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

1247


What is variable and explain rules to declare variable in c?

1181


What is a nested loop?

1182


What does the error 'Null Pointer Assignment' mean and what causes this error?

1260


What are near, far and huge pointers?

1116


What are header files in c programming?

1182


Why is it important to memset a variable, immediately after allocating memory to it ?

2133


Why enum is used in c?

1017


What is auto keyword in c?

1251


What are derived data types in c?

1133


Why & is used in c?

1247