main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

Answer Posted / vignesh1998i

oh oh , sorry , i didnt see the value of x is 5....


4 4 1

than k u

Is This Answer Correct ?    1 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in linking some of os executables are linking name some of them

1647


How to throw some light on the b tree?

600


What is the difference between c &c++?

641


Explain can you assign a different address to an array tag?

638


Should I learn c before c++?

593






What is keyword with example?

628


Explain is it better to bitshift a value than to multiply by 2?

707


What is the difference between text files and binary files?

669


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

677


What is variables in c?

599


What the different types of arrays in c?

610


Explain why C language is procedural?

766


Explain how to reverse singly link list.

601


how to capitalise first letter of each word in a given string?

1424


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

603