How to defines the function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a terminating character in c++?
Does c++ have arraylist?
What is a unnitialised pointer?
What is null pointer and void pointer?
What are the different types of comments allowed in c++?
What can I use instead of namespace std?
class Foo { public: Foo(int i) { } }; class Bar : virtual Foo { public: Bar() { } }; Bar b; Referring to the above code, when the object 'b' is defined, a compiler error will occur. What action fixes the compiler error? a) Adding a virtual destructor to the class Bar b) Adding a constructor to Bar which takes an int parameter c) Adding "Foo()" to the Bar constructor d) Adding a copy constructor to the class Foo e) Adding "Foo(0)" to the Bar::Bar initializer list
What is the basic difference between C and C++?
What is endl?
Array base access faster or pointer base access is faster?
What is &x in c++?
founder of c++
7 Answers Microtek, TCS, TeleCommand,