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
How many keywords are there in c?
Why is c not oop?
What are the 4 types of programming language?
Differentiate fundamental data types and derived data types in C.
How can I delete a file?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Tell me with an example the self-referential structure?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
What is console in c language?
Without Computer networks, Computers will be half the use. Comment.
What does 3 mean in texting?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How will you declare an array of three function pointers where each function receives two ints and returns a float?
what is the basis for selection of arrays or pointers as data structure in a program
What is typedef example?