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

5
20
1.25

Is This Answer Correct ?    2 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about the functions strcat() and strcmp()?

1095


Can you define which header file to include at compile time?

1071


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2064


What is the general form of function in c?

1072


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1325


How #define works?

1162


What is the scope of an external variable in c?

1097


What are the differences between new and malloc in C?

1208


What is keyword with example?

1123


I came across some code that puts a (void) cast before each call to printf. Why?

1269


What is assert and when would I use it?

1065


What are integer variable, floating-point variable and character variable?

1299


What is the use of a static variable in c?

1111


How to Throw some light on the splay trees?

1104


Should I learn data structures in c or python?

1074