GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Birlasoft  >  Technical

 Print  |  
Question:  class Word
{
public:
Word(const char*, int = 0);
};
Referring to the sample code above what is the minimum number of arguments required to call the constructor ?


Answer: a) 0
b) 1
c) 2
d) 3


April 04, 2006 06:17:25 #6
 gautam3118   Member Since: April 2006    Total Comments: 1 

RE: class Word { public: Word(const ch...
 
ans should be 0
     

 

Back To Question