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 |
What is a pointer variable in c language?
Write a code to generate divisors of an integer?
Do pointers take up memory?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Explain the use of fflush() function?
Is it possible to have a function as a parameter in another function?
What are directives in c?
Explain that why C is procedural?
how to find the size of the data type like int,float without using the sizeof operator?
Which function in C can be used to append a string to another string?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
What is variable in c example?