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
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is optimization in c?
What is difference between structure and union with example?
What are dangling pointers? How are dangling pointers different from memory leaks?
What are the types of macro formats?
if p is a string contained in a string?
What is this pointer in c plus plus?
Explain how can I convert a number to a string?
How would you obtain the current time and difference between two times?
Explain how can I read and write comma-delimited text?
How a string is stored in c?
What is c token?
What is meant by gets in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the difference between union and anonymous union?