Danny
2
Q:

how to open a website in c

#include <stdio.h>
#include <stdlib.h>
int main()
{     
	system("START www.your_website.com");
}
0

New to Communities?

Join the community