Answer Posted / c.p.senthil
Agree with answer 2.
~ is used to find the 1's complement of any number
ex:
a = 0xCA (in hex) => 11001010 (in binary)
~a = 0x35 (in hex) => 00110101 (in binary)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain c preprocessor?
Explain union. What are its advantages?
What is the size of enum in c?
Is it better to use malloc() or calloc()?
Why cant I open a file by its explicit path?
What does typeof return in c?
How does struct work in c?
Is it possible to initialize a variable at the time it was declared?
What is the use of function overloading in C?
What are the different categories of functions in c?
What is c++ used for today?
Tell me about low level programming languages.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Which driver is a pure java driver
Explain bitwise shift operators?