Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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
Name
8+7 =