how can i include my own .h file EX:- alex.h like
#include<alex.h>, rather than #include"alex.h"
Answer Posted / yuvi
if u want to include ur file like a header file,then u have
to add ur file in the folder which consists of header files...
u can find it in ur computer where ur header files are stored..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Do you know null pointer?
How #define works?
What is the difference between exit() and _exit() function?
What is difference between array and structure in c?
can we change the default calling convention in c if yes than how.........?
How do you use a 'Local Block'?
What is quick sort in c?
Write a program to swap two numbers without using third variable?
What is pointers in c with example?
What does char * * argv mean in c?
How can I sort more data than will fit in memory?
What is a spanning Tree?
Can a pointer be static?
formula to convert 2500mmh2o into m3/hr
How can I split up a string into whitespace-separated fields?