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 is use of pointer?

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


How does struct work in c?

0 Answers  


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,






Write a program to show the change in position of a cursor using c

0 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Categories