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

5
20
5

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the applications of c language?

1127


What is the use of volatile?

1152


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1580


Write a program with dynamically allocation of variable.

1183


What is a structure member in c?

1052


Can the size of an array be declared at runtime?

1146


how to create duplicate link list using C???

2603


What are the usage of pointer in c?

1245


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1153


What is size of union in c?

1081


Explain what are the __date__ and __time__ preprocessor commands?

1160


a value that does not change during program execution a) variabe b) argument c) parameter d) none

1291


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1291


What is indirection? How many levels of pointers can you have?

1206


Explain the difference between malloc() and calloc() function?

1102