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


Please Help Members By Posting Answers For Below Questions

What is structure in c definition?

568


How do you list a file’s date and time?

623


What is #include in c?

594


Is it possible to pass an entire structure to functions?

548


What are type modifiers in c?

615






What is the use of getchar() function?

622


What is structure in c language?

613


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1696


Explain how do you sort filenames in a directory?

600


How can you increase the size of a dynamically allocated array?

636


Mention four important string handling functions in c languages .

617


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

805


What is the scope of static variables in c language?

624


Explain what is the benefit of using const for declaring constants?

609


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

727