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


Please Help Members By Posting Answers For Below Questions

can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1402


Is a house a shell structure?

690


Explain how can I open a file so that other programs can update it at the same time?

586


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1348


What does c mean before a date?

585






write a program to print data of 5 five students with structures?

1604


Explain the difference between getch() and getche() in c?

563


Why do we use static in c?

629


What is define directive?

634


What are static variables in c?

627


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

622


Differentiate between the = symbol and == symbol?

708


FILE PROGRAMMING

1775


Differentiate abs() function from fabs() function.

590


Write a program to reverse a given number in c language?

616