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 a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}

Answer Posted / vineetha

tell this answer and mail to this id vachika90@gmail.com

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I swap two values without using a temporary?

1155


Why do we use c for the speed of light?

1285


What is the correct code to have following output in c using nested for loop?

1119


Subtract Two Number Without Using Subtraction Operator

906


What is linear search?

1180


Why is not a pointer null after calling free?

1073


What are header files why are they important?

1153


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 diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1918


What is multidimensional arrays

1175


What is array of structure in c?

1253


What is the meaning of ?

1082


Why can't I perform arithmetic on a void* pointer?

1158


in iso what are the common technological language?

2163


How can I generate floating-point random numbers?

1203