write a c program to change only the 3rd bit of the
particular number such that other bits are not affected..
if bitnum=10(say.. it can be any no..
Answer Posted / ravikumar
14
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is volatile, register definition in C
Explain how can you restore a redirected standard stream?
Differentiate between functions getch() and getche().
Can the “if” function be used in comparing strings?
Define Spanning-Tree Protocol (STP)
Explain argument and its types.
What are the types of pointers in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is n in c?
List a few unconditional control statement in c.
What does & mean in scanf?
What is a structure and why it is used?
Can a variable be both static and volatile in c?
Differentiate between declaring a variable and defining a variable?