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 is the acronym for ansi?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Explain the use of 'auto' keyword in c programming?
Is c still relevant?
Explain how can I pad a string to a known length?
What is advantage of pointer in c?
What are the 4 data types?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is variable declaration and definition in c?
If null and 0 are equivalent as null pointer constants, which should I use?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Is c high or low level?
Is a house a shell structure?
What is a built-in function in C?
What is c value paradox explain?