Write a C++ program for the following relationship:
Person
Student Employee Doctor
Answers
Answered by
0
Answer:
#include<stdio.h>
#include<conio.h>
int main()
{
printf(Person);
printf(Student Employee Doctor);
getch();
return 0
}
Hope it help you
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Chemistry,
1 month ago
Hindi,
10 months ago
English,
10 months ago