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 most efficient way to store flag values?
What is variables in c?
What are # preprocessor operator in c?
What are structures and unions? State differencves between them.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is null in c?
What is the difference between class and object in c?
What is sizeof c?
Define Array of pointers.
Explain what is the difference between functions getch() and getche()?
How can I do serial ("comm") port I/O?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the difference between NULL and NUL?
How to delete a node from linked list w/o using collectons?
Write a program of prime number using recursion.