pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
10 sec ago
Untitled
2 sec ago
Untitled
9 sec ago
Untitled
4 sec ago
Untitled
7 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
Untitled
16 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Feb 9th, 2010 | Syntax:
C
| Size: 0.09 KB | Hits: 29 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#include<stdio.h>
void
main
(
)
{
char
prova
[
]
=
"Ciao xD"
;
printf
(
"%s
\n
"
,
prova
)
;
}
create new paste
|
create new version of this paste
RAW Paste Data
#include<stdio.h> void main() { char prova[] = "Ciao xD"; printf("%s\n", prova); }