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
When should a far pointer be used?
Is it better to bitshift a value than to multiply by 2?
What is a char in c?
How many types of sorting are there in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Whats s or c mean?
What are the difference between a free-standing and a hosted environment?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Explain what is meant by high-order and low-order bytes?
Tell us bitwise shift operators?
How would you rename a function in C?
What is the use of header files?
write a program fibonacci series and palindrome program in c
What is the purpose of ftell?
What are the types of type qualifiers in c?