Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
Answer Posted / ankit parikh
x-OR the number with 0x02.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the meaning of keyword 'extern' in a function declaration.
What is memory leak in c?
What are register variables? What are the advantage of using register variables?
what is the format specifier for printing a pointer value?
What is boolean in c?
Explain how do you list files in a directory?
What is the difference between text and binary i/o?
Explain about the constants which help in debugging?
What does node * mean?
What is structure padding and packing in c?
How can you invoke another program from within a C program?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the explanation for prototype function in c?
What are the 5 types of inheritance in c ++?
what do u mean by Direct access files? then can u explain about Direct Access Files?