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
What are header files in c programming?
Who is the founder of c language?
How do you search data in a data file using random access method?
How do I create a directory? How do I remove a directory (and its contents)?
Using which language Test cases are added in .ptu file of RTRT unit testing???
How do I convert a string to all upper or lower case?
What is sizeof array in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
about c language
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the use of typedef in structure in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What happens if header file is included twice?
Dont ansi function prototypes render lint obsolete?
difference between native and cross compilers