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
What does the error message "DGROUP exceeds 64K" mean?
Write a program to check prime number in c programming?
What is the use of sizeof () in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is sizeof array in c?
What is the difference between char array and char pointer?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
The file stdio.h, what does it contain?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
How can I remove the trailing spaces from a string?
How does selection sort work in c?
Is this program statement valid? INT = 10.50;
Why void is used in c?
Explain the difference between exit() and _exit() function?
What is wrong with this initialization?