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


October 10, 2005 12:11:24 #5
 Ronak Tali   Member Since: September 2005    Total Comments: 5 

RE: class Word { public: Word(const ch...
 
1
     

 

Back To Question