answersLogoWhite

0

Write a C program to print a name?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

#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

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a C program to print a name?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


Write a c program to print roman letters?

good morning


Can you Write a program in 'c' to print symbols of playing cards?

Yes.


Write a C program to print the following series 112 122 . 1n2?

write a program to print the series 1/12+1/22+.........+1/n2 ?


Write a c program to print the 100 to 1 nos?

Write a c program to print the 100 to 1 nos


Write a java script program to print first ten odd natural numbers in C?

Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.


Write a C Program to print sum of squares of odd numbers?

#include


Write c program to print?

include &lt;stdio.h&gt; int main (void) { puts ("print"); return 0; }


How do you write a program to enter your name in c using?

/*to print your namr*/ /*by girish kumar raghuvanshi*/ #include&lt;stdio.h&gt; #include&lt;conio.h&gt; void main() { printf("print ur name"); puts("girish"); getch(); }


Write a program in 'C' language to accept 6 strings as input and print them in lexicographic?

(ab)*b


Write a c program to print the following pyramid 1 121 1231 12321 1234321?

123454321


How do you write a c program to prints name?

Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.