4) Write a program that takes a 5 digit number and
calculates 2 power
that number and prints it.

Answer Posted / manojpadhi04

please inform me the answer

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is an example of a structural homology?

777


How can you draw circles in C?

621


What is local and global variable in c?

612


What is the purpose of type declarations?

673


Define Spanning-Tree Protocol (STP)

638






In a switch statement, what will happen if a break statement is omitted?

598


Is c pass by value or reference?

593


Is c procedural or object oriented?

573


When should the register modifier be used? Does it really help?

607


explain what is an endless loop?

607


Explain how many levels deep can include files be nested?

622


What are the features of c languages?

624


What is void pointers in c?

582


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

722


Explain what are the different file extensions involved when programming in c?

629