DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR C
hello world c
#
include
"stdio.h"
int
main
(
)
{
char
[
]
sentence
=
"Hello World"
;
printf
(
sentence
,
"%s"
)
;
}
Source by www.studytonight.com #
PREVIOUS
NEXT
Tagged:
#world
ADD COMMENT
Topic
COMMENT
Name
3+5 =
Submit