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 / hemanth

5
10
2

Is This Answer Correct ?    0 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a number be converted to a string?

1399


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2666


What is cohesion and coupling in c?

1099


What is the difference between %d and %i?

1148


Write a program to check whether a number is prime or not using c?

1110


What are the basic data types associated with c?

1319


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

1124


Hai what is the different types of versions and their differences

1979


What is an operator?

1130


Place the #include statement must be written in the program?

1089


What are the types of assignment statements?

1112


What is the purpose of the statement: strcat (S2, S1)?

1225


What Is The Difference Between Null And Void Pointer?

1336


What is a spanning Tree?

1665


What are the uses of a pointer?

1200