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


Please Help Members By Posting Answers For Below Questions

Was 2000 a leap year?

625


What does == mean in texting?

659


Is c dynamically typed?

665


Are global variables static in c?

673


why wipro wase

1823






The difference between printf and fprintf is ?

715


What is difference between union and structure in c?

572


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

619


What is the size of structure in c?

700


What is stack in c?

609


Can we use visual studio for c?

544


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

606


What is a static variable in c?

663


What are the 5 types of inheritance in c ++?

576


What is the difference between malloc calloc and realloc in c?

643