Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

hello world

#include <stdio.h>

int main()
{
    printf("

		Studytonight - Best place to learn


");
    int num;
    printf("
Hello world!
Welcome to Studytonight: Best place to learn
");
    printf("

			Coding is Fun !


");
    return 0;
}
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #world
ADD COMMENT
Topic
Name
9+8 =