4) Write a program that takes a 5 digit number and
calculates 2 power
that number and prints it.
i have done maximum par but i m findind problem in the
commented area.
please help...
Answer Posted / roshni
the length of integer should be much larger to store the
power value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are Macros? What are its advantages and disadvantages?
Does sprintf put null character?
Can the “if” function be used in comparing strings?
What are the three constants used in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Why is c so important?
What is the concatenation operator?
If fflush wont work, what can I use to flush input?
What is bubble sort technique in c?
What is data structure in c language?
How is a null pointer different from a dangling pointer?
Describe how arrays can be passed to a user defined function
What is hungarian notation? Is it worthwhile?
Write a program in c to replace any vowel in a string with z?
Is c++ based on c?