Write a program that takes a 5 digit number and calculates
2 power that number and prints it
Answer Posted / ashlesha
take no and define array take each letter n then use pow(no,2)
| Is This Answer Correct ? | 23 Yes | 11 No |
Post New Answer View All Answers
what is the difference between class and unio?
What is auto keyword in c?
What are derived data types in c?
What is the best organizational structure?
Is anything faster than c?
What is the total generic pointer type?
how can f be used for both float and double arguments in printf? Are not they different types?
Is c weakly typed?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Can a local variable be volatile in c?
Explain what is a stream?
What is modeling?
What is the scope of global variable in c?
What is an operator?