7.x=10;
y=20;
x<<2=?
x<<1=?
y>>2=?
Answer / veerendra kumar
here << means shiftleft operation,>> means shiftright
operations x<<2 means 10<<2--->00001010<<2 take 8 binary
format.shiftleft means moving two places from leftmost to
rightmost i.e 00101000(40 will come),same like that x<<1
means 10<<1--->00001010<<1 after moving 00010100 answear
is:20,y>>2--->00010100>>2 after shiftright operation
00000101 answear is:5
| Is This Answer Correct ? | 0 Yes | 0 No |
how we define two jobs have same name??is it exist??
pleasew define carrier scope in abap (sap).
if try is followed by finally block what happen to exception occured in try block
3 Answers Professional Access,
What is the difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!
What is ur porject Architecture? If anyone ask what i have to specify here..
Explain polymorphism. Provide an example.
When will you use shell script/Perl ahead of C/C++?
if heap sort contains n elements, no of comparsions required are
Who is the Best SAS/Clinical Trainer in Hyderabad
how to avoid java script validation in client side validation?
How to find out the user exit for va01.
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?