Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer Posted / manish soni bca 3rd year jaipu
o/p is ;
enter the number 11111
2
123454321
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is there a built-in function in C that can be used for sorting data?
What is realloc in c?
What is a wrapper function in c?
Why doesnt this code work?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
In C, What is the #line used for?
What is the use of gets and puts?
What is assert and when would I use it?
What are global variables?
Explain what does a function declared as pascal do differently?
How can I make it pause before closing the program output window?
What is maximum size of array in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain how can you tell whether two strings are the same?
Explain what is the heap?