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
Is swift based on c?
What is the difference between void main and main in c?
What is the use of header?
Why is structure padding done in c?
What is c programming structure?
How do we open a binary file in Read/Write mode in C?
Who is the main contributor in designing the c language after dennis ritchie?
How many levels of pointers can you have?
please give me some tips for the placement in the TCS.
What is the purpose of realloc()?
Which one would you prefer - a macro or a function?
How can you convert integers to binary or hexadecimal?
Explain what is the heap?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
When would you use a pointer to a function?