Vidyalelo
Computer Science · Q472

Linux

Engineering and GATE · Computer Science · question 472

Q472

What is the output of this program? #include #include #include int main() struct sockaddr_in addr; int fd; fd = socket(AF_INET,SOCK_STREAM,0); printf("%d ",fd); return 0;

A.
-1
B.
3
C.
error
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board