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
How do you view the path?
What are the different types of control structures?
How important is structure in life?
What's the total generic pointer type?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Explain what is the difference between functions getch() and getche()?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What language is windows 1.0 written?
What is the concatenation operator?
Between macros and functions,which is better to use and why?
Explain #pragma statements.
What is enumerated data type in c?
Is a pointer a kind of array?
What are enums in c?
What are structure types in C?