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...


Write a program that takes a 5 digit number and calculates 2
power that number and prints it.



Write a program that takes a 5 digit number and calculates 2 power that number and prints it...

Answer / srikanth u

data num;
digit=today();
power=digit*digit;
run;
proc print data=num;
run;

I hope it will be the answer, if its wrong, please let me know the correct way.

Thank you.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


write a program to print the one dimensional array.

1 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


how to generate the length of a string without using len funtion?

4 Answers  


What's the best way to declare and define global variables?

7 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


How can I copy just a portion of a string?

0 Answers  


What is wrong with this declaration?

0 Answers  


Is python a c language?

0 Answers  


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


Categories