answersLogoWhite

0

Write a C program to print a name?

User Avatar

Anonymous

14y 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

14y ago

What else can I help you with?

Related Questions