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 / ravikumar

14

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indirection?

655


can anyone please tell about the nested interrupts?

1678


What are static variables in c?

631


Is that possible to store 32768 in an int data type variable?

694


What is the use of clrscr?

599






Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

655


How can you determine the maximum value that a numeric variable can hold?

643


What is pragma in c?

631


What is the general form of function in c?

613


What is hash table in c?

576


What Is The Difference Between Null And Void Pointer?

646


How can I remove the leading spaces from a string?

638


Which driver is a pure java driver

996


Explain what is page thrashing?

613


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4992