Answer Posted / sahil
num=num ^ (1<<(n-1));
| Is This Answer Correct ? | 51 Yes | 10 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Difference between MAC vs. IP Addressing
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Which type of language is c?
What is the purpose of 'register' keyword?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are the header files used in c language?
What is scope and lifetime of a variable in c?
Why is event driven programming or procedural programming, better within specific scenario?
What is advantage of pointer in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Is main a keyword in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Should I learn data structures in c or python?