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 / a. k

20 1 5

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is stack in c?

1122


What is an auto variable in c?

1296


Are local variables initialized to zero by default in c?

1100


Describe explain how arrays can be passed to a user defined function

1164


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2416


What are the disadvantages of c language?

1257


Write a program to reverse a linked list in c.

1182


Is c still used?

1097


What are the types of pointers?

1189


What is dynamic variable in c?

1099


Can we declare a function inside a function in c?

1097


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


What are the differences between new and malloc in C?

1208


What is nested structure with example?

1137


State two uses of pointers in C?

1109