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
Tell me when is a void pointer used?
Explain how are portions of a program disabled in demo versions?
How to define structures? ·
what is the significance of static storage class specifier?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are different types of variables in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is #line?
Explain the difference between malloc() and calloc() function?
What is meant by operator precedence?
What does void main return?
Who invented b language?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?