Is dev c++ a good compiler?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by pure virtual function? Write about its use?
Differentiate between C and C++.
Is c++ slower than c?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
What is difference between n and endl in c++?
What are the benefits of oop in c++?
How can you differentiate between inheritance and implementation in c++?
What is the stack?
What is data types c++?
Do you need a main function in c++?
why is iostream::eof inside a loop condition considered wrong?
What is the topic of the C++ FAQ list?