In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
1066How the programmer of a class should decide whether to declare member function or a friend function?
1118We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
1078How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1079Post New C++ General Questions
Is c++ a pure oop language?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
How much is c++ certification?
What will the line of code below print out and why?
How can I learn dev c++ programming?
Explain container class.
What are formatting flags in ios class?
What is array in c++ example?
What are vectors used for in c++?
What does new do in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the history of c++?
When can I use a forward declaration?
Can malloc be used in c++?
What is c++ w3school?