What is an operator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
What happens when you make call 'delete this;'?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
What is a 'pure' virtual function and what's its use?
What is the best way to take screenshots of a window with c++ in windows?
Explain virtual class?
How to detect memory leaks in c++
What is the difference between delegation and implemented-in-terms-of?
What is c++ iterator?
Explain storage qualifiers in c++.
Explain the difference between c & c++?
What is data structure in c++?