what is the differnce between AF_INET and PF_INET?
Answer Posted / karn
AF stands for Address Family
PF for Protocol Family
| Is This Answer Correct ? | 32 Yes | 0 No |
Post New Answer View All Answers
what are the 10 different models of writing an addition program in C language?
What does == mean in texting?
What are the different types of control structures in programming?
Why c is called top down?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Explain the difference between malloc() and calloc() in c?
Explain what are the advantages and disadvantages of a heap?
What are the applications of c language?
What are the 32 keywords in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
how to find anagram without using string functions using only loops in c programming
Explain zero based addressing.
Explain about the functions strcat() and strcmp()?
Explain how are 16- and 32-bit numbers stored?
Explain what is the purpose of "extern" keyword in a function declaration?