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 the difference between if else and switchstatement
What are the main characteristics of c language describe the structure of ac program?
How do we declare variables in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can I determine whether a machines byte order is big-endian or little-endian?
Explain what is the general form of a c program?
What is a shell structure examples?
What is the difference between int main and void main?
Explain how can I open a file so that other programs can update it at the same time?
Explain the ternary tree?
What are the different file extensions involved when programming in C?
Write a program on swapping (100, 50)
What is a char c?
How can I make it pause before closing the program output window?
What is static memory allocation? Explain