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 the value of uninitialized variable in c?
Why is c called "mother" language?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are register variables in c?
What is && in c programming?
What is the difference between printf and scanf in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is function definition in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Write a program to reverse a linked list in c.
What is #error and use of it?
Is a pointer a kind of array?