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

What is this pointer in c plus plus?

600


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1513


What are the similarities between c and c++?

605


How do I round numbers?

606


What are qualifiers?

620






write a progrmm in c language take user interface generate table using for loop?

1576


What is meant by initialization and how we initialize a variable?

590


Do you know the use of fflush() function?

605


Where are the auto variables stored?

629


What does typedef struct mean?

665


Why do we need functions in c?

565


What tq means in chat?

584


What is else if ladder?

615


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1862


Should a function contain a return statement if it does not return a value?

601