what is the differnce between AF_INET and PF_INET?
Answer Posted / aymlord
it is a hitorical differnce,
that the first one supports the ipv6 and the second dosen't.
| Is This Answer Correct ? | 13 Yes | 21 No |
Post New Answer View All Answers
Are negative numbers true in c?
What are multidimensional arrays?
What is main () in c?
How can I change the size of the dynamically allocated array?
What is null pointer constant?
What is character constants?
What is 02d in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What's a good way to check for "close enough" floating-point equality?
What is int main () in c?
Can a pointer be static?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Write a program to print fibonacci series without using recursion?
provide an example of the Group by clause, when would you use this clause
what does static variable mean?