Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following is not true about the code segment given below?

  Shared By: Adalrich Fischer    Date: Jan 14    Category: C++ Programming    Views: 1271

Answer:

Which of the following is not true about the code segment given below?

float sample :: operator +(float x) {// code }

Options

a) It receives only one float type argument explicitly
b) It returns a float type value
c) It is a member function of sample
d) None of the above

Answer : d) None of the above

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: