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
Mention four important string handling functions in c languages .
What is a function in c?
What do you mean by dynamic memory allocation in c?
What is #line in c?
How can I generate floating-point random numbers?
Why is c called c?
What are different storage class specifiers in c?
What is a volatile keyword in c?
#include
What is bss in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are void pointers in c?
State the difference between realloc and free.
how can use subset in c program and give more example
Is this program statement valid? INT = 10.50;