what are bitwise shift operators?

Answer Posted / bhupende r singh

The bitwise shift operators move the bit values of a binary
object.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I pad a string to a known length?

613


What is a const pointer?

639


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

570


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1785


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1582






Why do some versions of toupper act strangely if given an upper-case letter?

635


How many levels of pointers can you have?

706


what is the basis for selection of arrays or pointers as data structure in a program

3789


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

1510


Explain how do you determine whether to use a stream function or a low-level function?

631


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


how to write a c program to print list of fruits in alpabetical order?

1792


What is the difference between int main and void main in c?

594


What is a stream?

652


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2410