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