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
Why cstdlib is used in c++?
What is null pointer and void pointer?
Explain terminate() and unexpected() function?
How would you use the functions memcpy(), memset(), memmove()?
What is name mangling?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Define a nested class.
What are stacks?
What is singleton pattern in c++?
Explain linked list using c++ with an example?
What's the order in which the local objects are destructed?
Do vectors start at 0 c++?