#include <iostream>
using namespace std;
class employee
{
char name [30];
int age, num;
long int salary;
public :
void details ();
void tot_in();
};
int main() {
return 0;
}
To embed this program on your website, copy the following code and paste it into your website's HTML: