Header Ads Widget

Breaking

Search This Blog

Thursday, October 3, 2019

C program to print Name, Address ,Birth Date and Mobile No

#Write a C program to print Name, Address ,Birth Date  and Mobile No .

#include<stdio.h>
int main()
{
    printf("\n Name:Tarikul islam tufan");
    printf("\n Address:Dhaka,Bangladesh");
    printf("\n Birth Date:26.03.1997 ");
    printf("\n Mobile NO : 01765779616\n");
    return 0;
}

Output:

No comments:

Post a Comment