C Programming

#include <stdio.h>

int main()
{ printf("\n\n\t\tStudytonight - Best place to learn\n\n\n"); int num; printf("\nHello world!\nWelcome to Studytonight: Best place to learn\n"); printf("\n\n\t\t\tCoding is Fun !\n\n\n"); return 0; }

Comments

Post a Comment