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

What do you mean by Recursion Function?

618


What is volatile c?

509


Is null equal to 0 in sql?

638


What is bubble sort in c?

627


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

667






What is && in c programming?

665


What are called c variables?

567


What are the advantages and disadvantages of a heap?

694


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9647


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

603


Why we use break in c?

536


What is structure in c explain with example?

621


What is quick sort in c?

571


What is the process to generate random numbers in c programming language?

598


What does the message "automatic aggregate intialization is an ansi feature" mean?

683