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

5
50
1

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by invalid pointer arithmetic?

1132


What is the difference between variable declaration and variable definition in c?

1105


Explain how are portions of a program disabled in demo versions?

1173


What are the two types of structure?

1146


What is a good way to implement complex numbers in c?

1091


What is string in c language?

1251


Explain the use of #pragma exit?

1219


What is integer constants?

1134


How pointer is different from array?

1147


cavium networks written test pattern ..

4142


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

2522


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2024


What is a pointer variable in c language?

1155


Differentiate between a for loop and a while loop? What are it uses?

1239


What is && in c programming?

1227