Write a program that takes a 5 digit number and calculates
2 power that number and prints it
Answer Posted / amarnathreddy
take one array and that one initilize to n[10]=pow(no,2).
here no =given five digits no
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to define structures? ·
What is c preprocessor mean?
#include
How do you search data in a data file using random access method?
Explain how can I open a file so that other programs can update it at the same time?
Is c procedural or functional?
Hi can anyone tell what is a start up code?
What is console in c language?
What is LINKED LIST? How can you access the last element in a linked list?
When should the volatile modifier be used?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Write a program to print ASCII code for a given digit.
What are the advantages of using new operator as compared to the function malloc ()?
Explain why C language is procedural?
write a progrmm in c language take user interface generate table using for loop?