- Get link
- X
- Other Apps
/*This program is to print hello world in the screen*/
#include <stdio.h>
#include <conio.h>
int main()
{
printf("Hello World!\n");
getch();
return 0;
}
https://drive.google.com/file/d/11-Pw60Y784mFFGxsd7wRLjx6eMFQpgWo/view?usp=sharing
- Get link
- X
- Other Apps
Comments
Post a Comment