Which one of the following statements can be used to establish port 80 connection with www.examveda.com?
A. fsockopen(“www.examveda.com”, 80);
B. sockopen(80,”www.examveda.com”);
C. fsockopen(80,”www.examveda.com”);
D. sockopen(“www.examveda.com”, 80);
Answer: Option A
Join The Discussion