Can the creation of operator** is allowed to perform the to-the-power-of operations?
No Answer is Posted For this Question
Be the First to Post Answer
Explain data encapsulation?
What is 'Copy Constructor' and when it is called?
Do you know the problem with overriding functions?
Define a pdb file.
what are Access specifiers in C++ class? What are the types?
What is the use of endl?
Explain the concept of friend function in c++?
Out of fgets() and gets() which function is safe to use and why?
Is c++ the hardest programming language?
What is the use of pointer in c++ with example?
Can static member variables be private?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.