#include<iostream>

using namespace std;

void Function(){
    cout<<"Anup Tirkey is a Mechanical Engineer.\n";
}

void Function1(){
    cout<<"Anup Tirkey is stud from NIT.\n";
}

void Function2(){
    cout<<"Anup Tirkey is married with Shashi Priyanka Tirkey.\n";
}

void Function3(){
    cout<<"Anup Tirkey is stay near to Jaspoor.\n";
    cout<<"Anup Tirkey in law is in Jaspoor.Jaspoor is a semi hill place.\n";
}

void Function4(){
    cout<<"Anup Tirkey is 2 sibling.\n";
    cout<<"Anup Tirkey sibling aliva is passed from computer college.\n";
    cout<<"Anup Tirkey sister younger is teacher.\n";
}

void Function5(){
    cout<<"Anup Tirkey is programme for Occupational Practice.\n";
    cout<<"Anup Tirkey occupatoin viz writer , online gamer, base knowlege of housekeeping,base knowledge of cooking,semi skilled driver.\n";
}
int main(){
    cout<<"hello world.\n";
    cout<<"hello Taiwan Acer.\n";
    Function();
    Function1();
    Function2();
    Function3();
    Function4();
    Function5();

    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: