in Programming in C
328 views
0 votes
0 votes
In C language, bitwise operation can be applied to which of the following operands

A. char                             B. int                             C. short, long                           D. All of these
in Programming in C
328 views

1 comment

D. All of these
1
1

1 Answer

0 votes
0 votes

Applicable for all the following data types. 

Exception :  The left shift and right shift operators should not be used for negative numbers.