<code>#include<stdio.h>
int main() {
printf("Hello World");
return 0;
}
</code>
<code>#include<stdio.h>
int main() {
printf("Hello World");
return 0;
}
</code>
#include<stdio.h>
int main() {
printf("Hello World");
return 0;
}
I tried running the following program but it is not running in my visual studio code. This code I copied exactly as Shraddha didi from apnacollege youtube channel taught
New contributor
Pakhi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.