Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer Posted / muz
@ ^^^
long int is not sufficient to hold the result of 2^(5 digit
number).
Even if u take long long <variable>, the result will be
displayed as infinity.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the value of h?
What is the use of volatile?
What is the difference between far and near ?
What is wrong with this declaration?
Why we use void main in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
why do some people write if(0 == x) instead of if(x == 0)?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain how can I convert a number to a string?
What are variables c?
What is the usage of the pointer in c?
The statement, int(*x[]) () what does in indicate?
using for loop sum 2 number of any 4 digit number in c language
What are header files in c?
Why header file is used in c?