Write a program that takes a 5 digit number and calculates 2
power that number and prints it.
Answer Posted / 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 View All Answers
What is the modulus operator?
writ a program to compare using strcmp VIVA and viva with its output.
What is meant by type specifiers?
What is the advantage of c?
What are the features of the c language?
I have a varargs function which accepts a float parameter?
What is boolean in c?
Tell us bitwise shift operators?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
How do you redirect a standard stream?
What is a good way to implement complex numbers in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the difference between procedural and declarative language?
Explain what is wrong in this statement?
What are header files in c programming?