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 |
Explain the difference between null pointer and void pointer.
Differentiate between declaring a variable and defining a variable?
Write a code on reverse string and its complexity.
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What are structures and unions? State differencves between them.
What is the use of a ‘