what is the differnce between AF_INET and PF_INET?
Answer Posted / aymlord
it is a hitorical differnce,
that the first one supports the ipv6 and the second dosen't.
| Is This Answer Correct ? | 13 Yes | 21 No |
Post New Answer View All Answers
What is the use of in c?
Explain how can I remove the trailing spaces from a string?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is difference between && and & in c?
What is a substring in c?
What are the types of bitwise operator?
Why does this code crash?
What are pointers really good for, anyway?
What does s c mean on snapchat?
What is the process to create increment and decrement stamen in c?
What does c mean in basketball?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
what is uses of .net
When the macros gets expanded?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.