4) Write a program that takes a 5 digit number and
calculates 2 power
that number and prints it.
Answer Posted / sathishmani
#include<stdio.h>
#include<conio.h>
void main()
{
int a;
a=12345;
printf("\n The Result is ",a*a);
getch();
}
| Is This Answer Correct ? | 6 Yes | 18 No |
Post New Answer View All Answers
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Do you know the use of 'auto' keyword?
Do you know pointer in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is a MAC Address?
Explain how to reverse singly link list.
What is #line used for?
Explain how do you determine the length of a string value that was stored in a variable?
What are register variables? What are the advantage of using register variables?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is the value of h?
Which node is more powerful and can handle local information processing or graphics processing?
Can the “if” function be used in comparing strings?
What are the 5 organizational structures?