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

What's the total generic pointer type?

0 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


What is the scope of static variables?

1 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


what is different between auto and local static? why should we use local static?

0 Answers  






What does struct node * mean?

0 Answers  


What is a wrapper function in c?

0 Answers  


what is bitwise operator?

1 Answers   IBM,


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


What is the sizeof () operator?

0 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


Categories