Answer Posted / 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 |
Post New Answer View All Answers
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
how to data grid use in data bind?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
What is WEB 3.0? What are the features their in WEB3.0
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
what is diff bet ref variable & instance of class
how can i create report in abap to insert data in table pa0002 using insert command
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
what is programmable BIST in today ic design
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
what is difference between kpo and it industry? that is in terms of work, package etc
can any method return type may be constructor , or that method name allow
can we extend a class having only one parameterised constructor.Suggest the process to do it.
1) How can u create the table?
How to create a new dataset only duplicate observations in proc sort procedure?