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

What is the difference between a function and a method in c?

1066


List the variables are used for writing doubly linked list program.

2012


Explain the array representation of a binary tree in C.

1209


How can my program discover the complete pathname to the executable from which it was invoked?

1060


what type of questions arrive in interview over c programming?

2015


Explain how can you tell whether two strings are the same?

1000


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1410


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1128


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

2449


Why does everyone say not to use gets?

1088


What are the benefits of organizational structure?

1006


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2229


How can I avoid the abort, retry, fail messages?

1120


What is #define size in c?

1175


Tell me when would you use a pointer to a function?

1044