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


Please Help Members By Posting Answers For Below Questions

Explain how many levels deep can include files be nested?

628


What is difference between && and & in c?

599


What is volatile keyword in c?

583


What is wrong with this program statement? void = 10;

822


Why header file is used in c?

577






which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1186


How do you declare a variable that will hold string values?

670


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

813


What is huge pointer in c?

585


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2742


What is the use of a conditional inclusion statement in C?

602


What is typedf?

670


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3056


How do you do dynamic memory allocation in C applications?

630


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2983