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

Answer Posted / cheela deepak

integer range is not sufficient for given program so result
will not hold

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1575


How #define works?

624


What 'lex' does?

723


What is #define in c?

624


What are external variables in c?

549






what are the advantages of a macro over a function?

650


What is extern variable in c with example?

544


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

572


How do we open a binary file in Read/Write mode in C?

685


How was c created?

592


Can a pointer be static?

629


What is the difference between single charater constant and string constant?

627


How do you determine a file’s attributes?

605


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2245


What is the difference between memcpy and memmove?

608