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 c language in simple words?
Tell me the use of bit field in c language?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are type modifiers in c?
What is the Purpose of 'extern' keyword in a function declaration?
write a program to print data of 5 five students with structures?
Describe newline escape sequence with a sample program?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Difference between pass by reference and pass by value?
what is use of malloc and calloc?
Does c have circular shift operators?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is meant by errors and debugging?
When a c file is executed there are many files that are automatically opened what are they files?
Is null valid for pointers to functions?