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
Can we assign integer value to char in c?
Explain goto?
Is main an identifier in c?
How many identifiers are there in c?
What is #include conio h?
What is the size of empty structure in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Mention four important string handling functions in c languages .
how do you execute a c program in unix.
What is sizeof c?
What is spark map function?
Write a program that accept anumber in words
Explain Basic concepts of C language?
Can a variable be both static and volatile in c?
Write a program to reverse a given number in c language?