Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer Posted / cheela deepak
integer range is -32 768 to +32 767 so it doesn't display
value of 2^n(5 digit number)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is #include cctype?
Differentiate between declaring a variable and defining a variable?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is a pointer and how it is initialized?
What is restrict keyword in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How can I split up a string into whitespace-separated fields?
How pointers are declared?
Can true be a variable name in c?
What is string in c language?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the use of a semicolon (;) at the end of every program statement?
What is modeling?
What is array of structure in c?
Can we declare variables anywhere in c?