Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

hello world in c

#include <stdio.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!
");
   return 0;
}
Source by www.studytonight.com #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
5+6 =