| |
GeekInterview.com > Placement Papers > iNautix
| Print | |
Question: iNautix C++ paper:
Answer: 1.cin is an a.function b.object c.class.
2.i con't remember the ques but the ans is Virtual base class
3.What is the use of scope resolution operator?
4.Advantage of inline function?
5.Copy constructor is ans:call by value.
6.Question on virtual destructor?
7.Template one ques?
8.one q' on container class?
The order above may be different.there are totally 15 questions its very easy to answer.
Rest of the questions are as same as HCL Cisco. You can do that. |
| March 03, 2007 13:29:08 |
#3 |
| Abhijit Gore |
Member Since: Visitor Total Comments: N/A |
RE: iNautix C++ paper: |
Answer given to question 1 above is wrong.
Cin is a object of class Istream and the operator << is overloaded in the istream class enabling developer to use the format cin <<...... |
| |
Back To Question | |