Interpret the following C++ program segment. (6 marks)
class student{
long int roll no;
private:
int age;
char sex;
float height;
public
student ( ) ;
void getdata ( ) ;
void disinfo (void) ;
int process (int age, int sex) ;
};
 Viewed: 582 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!