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 a null pointer in c?
Are there constructors in c?
Can we change the value of static variable in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain what is operator promotion?
Simplify the program segment if X = B then C ← true else C ← false
When do we get logical errors?
What is difference between structure and union with example?
How many types of sorting are there in c?
What is spaghetti programming?
Why are algorithms important in c program?
What is the process to create increment and decrement stamen in c?
What is difference between class and structure?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a program to generate the Fibinocci Series