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
Why c is a mother language?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why is c faster?
What is hungarian notation? Is it worthwhile?
What is the scope of an external variable in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
When was c language developed?
What is meant by 'bit masking'?
Compare and contrast compilers from interpreters.
Using which language Test cases are added in .ptu file of RTRT unit testing???
Is c still used?
Write a program to print factorial of given number using recursion?
What are the different types of control structures in programming?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is getche() function?