Answer Posted / qint
num ^ (1 << n)
| Is This Answer Correct ? | 31 Yes | 18 No |
Post New Answer View All Answers
Explain can static variables be declared in a header file?
What is the right type to use for boolean values in c?
What do you mean by keywords in c?
Explain about C function prototype?
Explain what are preprocessor directives?
What is the size of array float a(10)?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How is actual parameter different from the formal parameter?
How can I call a function with an argument list built up at run time?
What is the advantage of an array over individual variables?
Why header file is used in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Where we use clrscr in c?
Give me the code of in-order recursive and non-recursive.
What are the storage classes in C?