answersLogoWhite

0

Write a C program to print a name?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

#include <stdio.h>

int main(void)

{

printf("Hello world!");

return 0;

}

Of course, all you have to do is merely replace "Hello, world!" with your chosen name.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions