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
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is c++ used for today?
Do you know the purpose of 'register' keyword?
Is there any data type in c with variable size?
Is main a keyword in c?
write an algorithm to display a square matrix.
What is strcmp in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Does c have function or method?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Why are algorithms important in c program?
What are linked lists in c?
What is variables in c?
Why is it that not all header files are declared in every C program?