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

ans is=10;

if its wrong give me right ans to jshree20@gmail.com

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 4d mean in c?

1561


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

1102


What is f'n in math?

1142


What is meant by errors and debugging?

1157


program to convert a integer to string in c language'

2509


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

3394


What is int main () in c?

1128


Is c is a high level language?

1256


Why is struct padding needed?

1160


What is the meaning of 2d in c?

1168


Once I have used freopen, how can I get the original stdout (or stdin) back?

1122


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

1174


Is there a built-in function in C that can be used for sorting data?

1341


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1091


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1218