Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can I write functions that take a variable number of arguments?

1189


Tell me when is a void pointer used?

1240


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3784


What do the functions atoi(), itoa() and gcvt() do?

1245


Why is it usually a bad idea to use gets()? Suggest a workaround.

1872


What is derived datatype in c?

1145


How can you pass an array to a function by value?

1178


how logic is used

2023


What is the use of function in c?

1250


How can I discover how many arguments a function was actually called with?

1114


What does sizeof return c?

1130


What is a spanning Tree?

1660


What is a file descriptor in c?

1199


What is data type long in c?

1116


What is mean by data types in c?

1074