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
Explain what is the benefit of using an enum rather than a #define constant?
What is the explanation for modular programming?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Tell me what is null pointer in c?
Why is void main used?
What is the difference between memcpy and memmove?
What is a shell structure examples?
Explain Function Pointer?
How can you invoke another program from within a C program?
What is a newline escape sequence?
What is character set?
Why is structure padding done in c?
Explain high-order and low-order bytes.
What is structure in c explain with example?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?