Write a program that takes a 5 digit number and calculates
2 power that number and prints it
Answer Posted / makthar basha
Write a program that takes a 5 digit number and calculates
2 power that number and prints it
| Is This Answer Correct ? | 103 Yes | 24 No |
Post New Answer View All Answers
Explain what is a static function?
What are the 3 types of structures?
Calculate 1*2*3*____*n using recursive function??
What is a good way to implement complex numbers in c?
What is a char c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the use of in c?
What is nested structure in c?
Explain how can you restore a redirected standard stream?
What are the uses of a pointer?
What is a constant and types of constants in c?
Do you have any idea how to compare array with pointer in c?
Differentiate between Macro and ordinary definition.
What is volatile c?
How do I send escape sequences to control a terminal or other device?