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 / vignesh1988i
it's not possible to change the bit individually by the user
.. the user doen't have permission..... it should not be
allowed for security purposes... then the data can be easily
hacked....
thank u
| Is This Answer Correct ? | 1 Yes | 26 No |
Post New Answer View All Answers
What are the different types of errors?
Do you know the difference between exit() and _exit() function in c?
How pointer is different from array?
If errno contains a nonzero number, is there an error?
What is equivalent to ++i+++j?
write a program to rearrange the array such way that all even elements should come first and next come odd
Tell me the use of bit field in c language?
What is bash c?
What is union in c?
Define Spanning-Tree Protocol (STP)
Why & is used in c?
number of times a digit is present in a number
What is the purpose of macro in C language?
Explain what is the difference between a free-standing and a hosted environment?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above