What is c++ array?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of an external iterator.
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
write a program that takes two numbers from user that prints the smallest number
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
What is a built-in function?
What is the importance of mutable keyword?
Is c++ the best programming language?
Define friend function.
Is c++ a programming language?
What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };
When should you use global variables?
Explain about profiling?