Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C
how to open a website in c
Danny
Programming language:
C
2021-03-09 21:48:33
2
Q:
how to open a website in c
Erdinc Ay
Code:
C
2021-04-09 21:20:51
#
include
<stdio.h>
#
include
<stdlib.h>
int
main
()
{ system(
"START www.your_website.com"
); }
0
Tags
web
how
Related
scanf in c
can we write a program without main in c
New to Communities?
Join the community