write a c/c++ program that takes a 5 digit number and
calculates 2 power that number and prints it?
Answer Posted / parth ujenia
The condition is input take "5 digit" !
and according to above C prog
output of:12345
is: 27825
because range of integer data type is -32768 to 32767.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is variable initialization and why is it important?
What is property type c?
What is %s and %d in c?
What is the use of clrscr?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Is it better to use malloc() or calloc()?
Is it possible to pass an entire structure to functions?
how should functions be apportioned among source files?
What's a good way to check for "close enough" floating-point equality?
How do you construct an increment statement or decrement statement in C?
What are the general description for loop statement and available loop types in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is meant by errors and debugging?
Explain enumerated types in c language?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.