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
Write a program to print numbers from 1 to 100 without using loop in c?
Explain can static variables be declared in a header file?
What is the scope of local variable in c?
Explain the difference between structs and unions in c?
Explain what are linked list?
What is floating point constants?
What is the easiest sorting method to use?
Explain union. What are its advantages?
What is cohesion and coupling in c?
What is a class c rental property?
Explain b+ tree?
What is difference between array and structure in c?
Is this program statement valid? INT = 10.50;
What are called c variables?
What is a volatile keyword in c?