Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer Posted / pradeep
Thank you for giving reply.
But the above program was not correct as Muz said Long int
is not sufficcient to hold result..........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is function prototype in c language?
Tell us something about keyword 'auto'.
can anyone please tell about the nested interrupts?
Differentiate between ordinary variable and pointer in c.
Explain can static variables be declared in a header file?
What are static variables in c?
Differentiate between Macro and ordinary definition.
Why c is procedure oriented?
What is structure and union in c?
Is it possible to initialize a variable at the time it was declared?
How do I get a null pointer in my programs?
What is the general form of function in c?
what are the different storage classes in c?
What are the disadvantages of external storage class?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?