what is the differnce between AF_INET and PF_INET?
Answer Posted / karn
AF stands for Address Family
PF for Protocol Family
| Is This Answer Correct ? | 32 Yes | 0 No |
Post New Answer View All Answers
What is structure padding and packing in c?
How a string is stored in c?
What does %c mean in c?
code for find determinent of amatrix
Tell me when is a void pointer used?
What are the types of data types and explain?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Are global variables static in c?
How can I ensure that integer arithmetic doesnt overflow?
What is the difference between declaring a variable and defining a variable?
What is the difference between #include
Write a program to reverse a linked list in c.
What is pointer & why it is used?
Can the size of an array be declared at runtime?
Do you have any idea about the use of "auto" keyword?