Write a program that takes a 5 digit number and calculates
2 power that number and prints it
Answer Posted / amarnathreddy
take one array and that one initilize to n[10]=pow(no,2).
here no =given five digits no
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the use of ?: Operator?
Where register variables are stored in c?
Which is the memory area not included in C program? give the reason
How many types of operators are there in c?
What is queue in c?
Can a pointer be volatile in c?
Explain pointers in c programming?
How to establish connection with oracle database software from c language?
What is the difference between formatted&unformatted i/o functions?
How can I manipulate strings of multibyte characters?
Why can’t we compare structures?
Write a program to reverse a string.
What are the 32 keywords in c?
What is the difference between near, far and huge pointers?
How many data structures are there in c?