how can i include my own .h file EX:- alex.h like
#include<alex.h>, rather than #include"alex.h"



how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include&quo..

Answer / 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

More C Interview Questions

write a program to print %d ?

12 Answers  


Explain the difference between malloc() and calloc() in c?

1 Answers  


What does c mean before a date?

1 Answers  


Can a file other than a .h file be included with #include?

1 Answers   Aspire, Infogain,


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

1 Answers   Google, Infosys,


What is a void pointer in c?

1 Answers  


What are the differences between Structures and Arrays?

1 Answers   TCS,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


read a number & print all its devisors using c-program?

3 Answers  


What are the different categories of functions in c?

1 Answers  


Explain what are linked list?

1 Answers  


Categories