Define a nested class. Explain how it can be useful.
What is encapsulation in c++ with example?
What is rvalue?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
What is a list c++?
Why should you learn c++?
Which of the following operator cannot be overloaded?
Why do we need c++?
What is a unnitialised pointer?
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
How does code-bloating occur in c++?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,