No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: #include<stdio.h> #include<conio.h> #include<math.h> void main() { int base,power,answer; clrscr(); printf("Enter the base no\n"); scanf("%d",&base); prinf("Enter the power\n"); scanf("%d",&power); answer=pow(base,power); printf("The result is %d",answer); getch(); } | |
| |
Hi everybody Can any one tell me how to rename the start button. Suppose i want to name my start button as"Rahul" instead on start. Plz tell me? | |
I am a new JavaScript user. My teacher told me to display my name using javaScript i solvd it using (document.write) command. and then saving it in(.HTML) format.Now my teacher told me to do the above problm using an external .js file. Plz someone help me to solv this problem. … | |
What is the difference between user account and group account? | |
What is enumeration? What is the difference between call by value and call by Referance? With examples? |
The End.