what is the differnce between AF_INET and PF_INET?
Answer Posted / hakim ali
there is no difference b/w AF_INET & PF_INET ...both have same interger value...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
What is string constants?
How can I avoid the abort, retry, fail messages?
What is the difference between struct and typedef struct in c?
What is string in c language?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is the full form of getch?
Write a program to know whether the input number is an armstrong number.
how can f be used for both float and double arguments in printf? Are not they different types?
What are header files why are they important?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Difference between pass by reference and pass by value?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Write a program to swap two numbers without using third variable?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?