Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer Posted / manish soni bca 3rd year jaipu
o/p is ;
enter the number 11111
2
123454321
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is #line used for?
What is extern keyword in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain c preprocessor?
Do you have any idea about the use of "auto" keyword?
Write a program to show the change in position of a cursor using c
What are header files in c programming?
How can I read in an object file and jump to locations in it?
How can I list all of the predefined identifiers?
Distinguish between actual and formal arguments.
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Is this program statement valid? INT = 10.50;
How can I dynamically allocate arrays?
What are the standard predefined macros?
What is the difference between local variable and global variable in c?