Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

hello world c

#include "stdio.h"
int main(){
	char[] sentence = "Hello World";
    printf(sentence, "%s");
}
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
6+4 =