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

Ans=32

Is This Answer Correct ?    273 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a string be converted to a number?

963


Between macros and functions,which is better to use and why?

2111


When should you use a type cast?

1055


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1623


What are the differences between new and malloc in C?

1070


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

1114


What is the advantage of using #define to declare a constant?

1036


Explain what is wrong with this statement? Myname = ?robin?;

1522


What are loops c?

995


Explain low-order bytes.

974


Which programming language is best for getting job 2020?

983


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23588


What is string function c?

967


What does. int *x[](); means ?

1010


Can true be a variable name in c?

985