1.

Which one of the following statements can be used to establish port 80 connection with www.examveda.com?

A. sockopen(“www.examveda.com”, 80);
B. ockopen(80,”www.examveda.com”);
C. sockopen(80,”www.examveda.com”);
D. ockopen(“www.examveda.com”, 80);
Answer» B. ockopen(80,”www.examveda.com”);


Discussion

No Comment Found