Computer Science, asked by akashjasiwal525, 3 months ago

Write a C++ program for the following relationship:
Person
Student Employee Doctor

Answers

Answered by Anonymous
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