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
Is c easier than java?
Are the expressions * ptr ++ and ++ * ptr same?
What is stack in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How do you define a function?
Do pointers store the address of value or the actual value of a variable?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Want to know how to write a 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 total number of disk writes by MySQL.
What is the difference between exit() and _exit() function in c?
What are all different types of pointers in c?
What is formal argument?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is #define in c?
How can you restore a redirected standard stream?
Explain what are its uses in c programming?