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
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
When should you not use a type cast?
Is c still used?
Explain the process of converting a Tree into a Binary Tree.
In which layer of the network datastructure format change is done
What is the code in while loop that returns the output of given code?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is unary operator?
number of times a digit is present in a number
Is int a keyword in c?
What is the newline escape sequence?
What are the benefits of c language?
What are qualifiers and modifiers c?
string reverse using recursion
Explain what is a stream?