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
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
which type of aspect you want from the student.
What is structure and union in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are structure members?
In which language linux is written?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What are enumerated types?
Do pointers store the address of value or the actual value of a variable?
Explain what is page thrashing?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What will the preprocessor do for a program?
Why is it that not all header files are declared in every C program?
What is 1f in c?
List the difference between a While & Do While loops?