Answer Posted / vadivel t
To Rina answer:
&, |, ^ are not bit wise shift operator.
just they are unary bit wise operators thats it. Bitwise
shift operators are only >> and <<.
--
VEL
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What language is windows 1.0 written?
Is null a keyword in c?
What does dm mean sexually?
What does the c preprocessor do?
What are the two types of structure?
Are bit fields portable?
When c language was developed?
Explain what will the preprocessor do for a program?
using for loop sum 2 number of any 4 digit number in c language
When should a type cast not be used?
What are qualifiers and modifiers c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Are the variables argc and argv are always local to main?
What are pointers?
What are header files in c?