Write a program that takes a 5 digit number and calculates 2
power
that number and prints it.
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of comments allowed in c++?
How compile and run c++ program in turbo c++?
Difference between pass by value and pass by reference?
Explain object slicing in c++?
Explain the purpose of the keyword volatile.
What is the use of register keyword with the variables?
Can a constructor return a value?
What is volatile and pragma? When they are used?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Why the usage of pointers in C++ is not recommended ?
What is a try block?
Why are pointers not used in c++?