What is constructor in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of :: operator in c++?
What is heap sort in c++?
Why can’t you call invariants() as the first line of your constructor?
What is jump statement in C++?
What is the purpose of templates in c++?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What are the main characteristics of C++ as a programming language?
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
Explain the difference between c & c++?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is the best c++ compiler?
what Is DCS ? what i will get benefit when i did?