Explain what are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer engg
What are directives in c?
What is the difference between mpi and openmp?
write a program that will print %d in the output screen??
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
Can a variable be both static and volatile in c?
Can an array be an Ivalue?
Explain command-line arguments in C.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What is a memory leak? How to avoid it?
WHO WROTE C LANGUAGE?
What is pointer to pointer in c language?