Answer Posted / bikash
~ is used to complement a hex value.
eg a = ~0x01;
//now a will have 0xFE;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate between #include<...> and #include '...'
What are the data types present in c?
Why c is faster than c++?
Why we use stdio h in c?
Explain the properties of union.
Where are c variables stored in memory?
How do I swap bytes?
Where we use clrscr in c?
How can I read and write comma-delimited text?
Describe the modifier in c?
What is a constant?
What are header files and what are its uses in C programming?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is pragma in c?
What is string length in c?