main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}

Answer Posted / shital

ans is :32

Is This Answer Correct ?    24 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the term printf() and scanf() used in c language?

692


What is the difference between a free-standing and a hosted environment?

754


Explain what is the difference between far and near ?

743


Is return a keyword in c?

709


how could explain about job profile

1541






cavium networks written test pattern ..

3693


Is multithreading possible in c?

651


What is the collection of communication lines and routers called?

705


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1609


Define the scope of static variables.

698


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2140


What functions are used for dynamic memory allocation in c language?

694


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

934


What are high level languages like C and FORTRAN also known as?

797


Not all reserved words are written in lowercase. TRUE or FALSE?

841