Answer Posted / sahil
num=num ^ (1<<(n-1));
| Is This Answer Correct ? | 51 Yes | 10 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
Why do we use c for the speed of light?
What is methods in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
When should you not use a type cast?
How many data structures are there in c?
What is an auto keyword in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Write a program with dynamically allocation of variable.
What is structure pointer in c?
Write a program to find the biggest number of three numbers in c?
What are 'near' and 'far' pointers?
What is time complexity c?
Describe static function with its usage?