which operator is used for performing an exponential operation
a) >
b) ^
c) none
No Answer is Posted For this Question
Be the First to Post Answer
How should a contructor handle a failure?
What is while loops?
why all c++ program must have default constructor?
Friend functions can access private and protected members of a class.
How to avoid a class from instantiation?
How many ways can a variable be initialized into in C++?
What is the use of 'using' declaration in c++?
What is function overloading in C++?
Why is c++ called oops?
What is endianness?
Explain what you mean by a pointer.
What is OOPs