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 keyword in c?
What is a stream water?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is the size of a union variable?
What is pointers in c?
What is an auto keyword in c?
What do you mean by recursion in c?
What does printf does?
Tell us two differences between new () and malloc ()?
Can you please explain the scope of static variables?
Why is #define used?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Why array is used in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?