Advertisements
Advertisements
प्रश्न
Select the correct option from multiple choice question.
Which bitwise operator is used to multiply the number by 2n where n isnumber of bits.
विकल्प
Bitwise-OR
Bitwise-AND
Bitwise Left shift
Bitwise Right shift
उत्तर
Bitwise Left shift
APPEARS IN
संबंधित प्रश्न
What do you mean by file? What are the different functions available to read data from file? Specify the different modes in which file can be opened along with syntax.
Select the correct option from multiple choice question.
Which operator has the lowest priority?
Explain any four standard library functions from sting.h ?
State True or False with reason.
A function can have any number of return statements.
State True or False with reason.
Comments in the program make debugging of the program easier.
Write a menu driven program to perform arithmetic operations on two integers. The menu should be repeated until user selects “STOP” option. Program should have independent user defined functions for each case.
Enlist bitwise operator in c language. Explain any 2 with examples.