Answer Posted / qint
num ^ (1 << n)
| Is This Answer Correct ? | 31 Yes | 18 No |
Post New Answer View All Answers
Explain how can a program be made to print the name of a source file where an error occurs?
Can we compile a program without main() function?
What is the correct declaration of main?
What are global variables?
What is bss in c?
What are structure types in C?
How can you access memory located at a certain address?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the deal on sprintf_s return value?
What is the explanation for prototype function in c?
What is break in c?
What is the difference between exit() and _exit() function in c?
Do pointers take up memory?
Describe wild pointers in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)