what is the differnce between AF_INET and PF_INET?
Answer Posted / anil jagtap
There is no difference between AF_INET and PF_INET just as
AF_PACKET == PF_PACKET.
The confusion because of some stupid naming standards(?)
| Is This Answer Correct ? | 13 Yes | 28 No |
Post New Answer View All Answers
explain what is fifo?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is dynamic memory allocation?
How many parameters should a function have?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Which function in C can be used to append a string to another string?
FILE PROGRAMMING
what is the significance of static storage class specifier?
What is variable initialization and why is it important?
What is pre-emptive data structure and explain it with example?
What is static memory allocation?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How we can insert comments in a c program?
When can you use a pointer with a function?
Is it better to bitshift a value than to multiply by 2?