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
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is difference between Structure and Unions?
Why enum is used in c?
What's the difference between constant char *p and char * constant p?
What does it mean when the linker says that _end is undefined?
Write a progarm to find the length of string using switch case?
What is the auto keyword good for?
What are the types of data structures in c?
Which is best book for data structures in c?
What is an endless loop?
What is pointer & why it is used?
how to capitalise first letter of each word in a given string?
why we wont use '&' sing in aceesing the string using scanf
What is difference between structure and union in c?
Why c is called free form language?