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 are the advantages of using new operator as compared to the function malloc ()?
find the sum of two matrices and WAP for it.
Tell me is null always defined as 0(zero)?
Write a program to swap two numbers without using third variable in c?
In C, What is the #line used for?
What is difference between union and structure in c?
Write a program to swap two numbers without using the third variable?
What are dangling pointers? How are dangling pointers different from memory leaks?
How can I change the size of the dynamically allocated array?
What is the size of structure pointer in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is calloc() function?
Explain what standard functions are available to manipulate strings?
What are the types of variables in c?