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
How do we open a binary file in Read/Write mode in C?
Which built-in library function can be used to match a patter from the string?
Is c is a high level language?
Where does the name "C" come from, anyway?
What is identifiers in c with examples?
Is using exit() the same as using return?
in iso what are the common technological language?
What is else if ladder?
can we implement multi-threads in c.
What is the difference between text and binary i/o?
what is ur strangth & weekness
How do I round numbers?
Which is better pointer or array?
How old is c programming language?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion