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
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is call by value in c?
Write a program to find the biggest number of three numbers in c?
Is c is a middle level language?
Why are algorithms important in c program?
Why is sprintf unsafe?
What is header file in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is strcpy() function?
Explain argument and its types.
Define C in your own Language.
What is the difference between int main and void main in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the difference between pure virtual function and virtual function?
What do header files do?