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

Write a program for finding factorial of a number.

733


What is return in c programming?

622


Does c have circular shift operators?

833


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3103


Differentiate between a structure and a union.

878






How do I use strcmp?

737


When should volatile modifier be used?

654


What is multidimensional arrays

742


Can we add pointers together?

713


What is d scanf?

678


What are different types of operators?

686


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1607


When should a type cast be used?

658


Explain Function Pointer?

776


When is the “void” keyword used in a function?

970