Answer Posted / glibwaresoftsolutions
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is getch?
Where are c variables stored in memory?
What is the return type of sizeof?
When was c language developed?
#include
What is difference between structure and union in c programming?
Can you return null in c?
Can an array be an Ivalue?
Which is better oop or procedural?
What are 3 types of structures?
Is using exit() the same as using return?
What is an array? What the different types of arrays in c?
How can I generate floating-point random numbers?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.