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
What is the difference between fread buffer() and fwrite buffer()?
How can I convert a number to a string?
Give me the code of in-order recursive and non-recursive.
How do you determine a file’s attributes?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is the difference between text files and binary files?
What is malloc() function?
What is NULL pointer?
how to create duplicate link list using C???
What is property type c?
number of times a digit is present in a number
What is the meaning of typedef struct in c?