You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("india");
printf("Hello World");
printf(" this is just A DEMO HOW TO PRINT");
getch();