answersLogoWhite

0

#include <stdio.h>

int main (void) { puts ("the name"); return 0; }

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you print your name in c or c plus plus with out using semi column?

You can not print your name in C without a semi colon because according to the rules of C every statement should end with a semi colon.In fact without the semi colon it fails to be a valid C statement.


What name is given to the punctuation mark with a dot directly above a comma?

The name of the punctuation mark with a dot directly above a comma is called a &quot;semicolon.&quot;


What is the difference between sign and print your name?

Signing your name typically involves creating a unique and personal signature using your handwritten script. Printing your name involves writing your name in a legible and standard format typically without any personal flourishes or unique handwriting.


Is it legal for the paper to print a Minor's name in an abuse case that resulted in the death of that Minor without the parents consent?

No, it is not legal for a newspaper to print the name of any minor without prior consent.


How do you print my name in c program in vertical manner using arrays?

you need strings to print any character(your name) this is not possible useing array:D


How do you print a .prn file using vb code?

give print then select print to file give the file name that file may prn file by


Why use name brand toner cartridge?

There's no real reason why you SHOULD ! I've been using compatible cartridges for years without any deterioration in print quality.


What is the name of transitional words used after a semicolon in a compound sentence?

A conjunction.


How can you join Facebook without using your name?

how can you join facebook without using your name? ^agreed. the whole point of facebook is to connect with your friends and stay in touch (although there are games on there to play etc). so, how can you connect with your friends without using your name. you have to join facebook with a name...


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(); }


How will you print 10 studens name by using while loop statement in QBasic?

cls input "enter a name"; a$ b=1 while b &lt;=1 print a$ b = b+1 wend end


Where you have to put semicolon in c programming?

For clasesses it defines from which class to inherit. :: means area of visibility in certain name space.