Skip to content

Sample C Program Easy to Learn

  • Home

Category Archives: c program

C program to print wellcome message.

/*Print welcome message*/
#include<stdio.h>
void main()
{
    char name[25];
    printf(“Enter your name:”);
    scanf(“%s”,name);
    printf(“Welcome %s”,name);
}

Output:

Enter your name:Amit
Welcome Amit

Posted byAmitksamantaMay 6, 2021Posted inc programTags:C program to print wellcome messageLeave a comment on C program to print wellcome message.
  • Home
Sample C Program Easy to Learn, Create a free website or blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
    • Sample C Program Easy to Learn
    • Sign up
    • Log in
    • Report this content
    • Manage subscriptions
Design a site like this with WordPress.com
Get started