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
What is indirection? How many levels of pointers can you have?
What is difference between structure and union?
Why c is called procedure oriented language?
What does sizeof return c?
What will the preprocessor do for a program?
List the different types of c tokens?
What functions are used for dynamic memory allocation in c language?
How do I read the arrow keys? What about function keys?
How many data structures are there in c?
define string ?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How can you determine the maximum value that a numeric variable can hold?
What is the general form of #line preprocessor?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is nested structure with example?