what are advantages of U D F?



what are advantages of U D F?..

Answer / manav kothari

You just need to include appropriate header files to use these functions. These are already declared and defined in C ...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the difference between procedural and functional programming?

0 Answers  


How can I sort a linked list?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

2 Answers   Accenture,






how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


What is the scope of static variable in c?

0 Answers  


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


What are conditional operators in C?

0 Answers   Adobe,


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


Is register a keyword in c?

0 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


Categories