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
How do you construct an increment statement or decrement statement in C?
Who developed c language?
Can true be a variable name in c?
How many bytes is a struct in c?
How can you be sure that a program follows the ANSI C standard?
When we use void main and int main?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is hashing in c?
How to write a code for reverse of string without using string functions?
What are identifiers c?
What is difference between union and structure in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What are the different types of errors?
How can I recover the file name given an open stream or file descriptor?
How do you define CONSTANT in C?