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
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Explain what is a stream?
what is the significance of static storage class specifier?
What are the advantages of using linked list for tree construction?
Explain how can a program be made to print the line number where an error occurs?
What is d'n in c?
Write a program to print "hello world" without using a semicolon?
What is the meaning of ?
What is difference between array and pointer in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is a ternary operator in c?
What are register variables in c?
What is the value of uninitialized variable in c?
What is the difference between a string and an array?
Explain how do you print an address?