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
Explain how do you print an address?
Is c call by value?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
When a c file is executed there are many files that are automatically opened what are they files?
What is the scope of global variable in c?
What is the explanation for cyclic nature of data types in c?
What is a string?
write a program fibonacci series and palindrome program in c
what are the different storage classes in c?
Write a program to implement queue.
What is string function in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Can stdout be forced to print somewhere other than the screen?
Explain Basic concepts of C language?
Explain why C language is procedural?