Is c++ a good first language to learn?
No Answer is Posted For this Question
Be the First to Post Answer
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
What happens when the extern "c" char func (char*,waste) executes?
What does new in c++ do?
class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable
What are the benefits of c++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
When is the destructor called?
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 is the latest version on c++?
Difference between declaration and definition of a variable.
can anybody please tell me how to write a program in c++,without using semicolon(;)
What are activex and ole?