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);
}

Answer Posted / kamalg

5 20 1

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantages and disadvantages of macros.

1143


What is the heap?

1261


Tell us two differences between new () and malloc ()?

1277


List the difference between a "copy constructor" and a "assignment operator"?

1068


How can I list all of the predefined identifiers?

1034


What is the purpose of realloc()?

1200


What is wrong with this program statement?

1088


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

3231


all c language question

2492


c program for searching a student details among 10 student details

2142


What is a double c?

1042


How do you override a defined macro?

1317


Do you know the difference between exit() and _exit() function in c?

1113


Why main is not a keyword in c?

1324


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1176