Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How does placing some code lines between the comment symbol help in debugging the code?

981


What are the disadvantages of external storage class?

1042


Explain how can a program be made to print the name of a source file where an error occurs?

1182


What are the benefits of c language?

1159


Write a program to use switch statement.

1113


What does dm mean sexually?

1298


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

5323


What is difference between structure and union with example?

1039


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2667


Why pointers are used?

1059


What type of function is main ()?

1028


Write a program on swapping (100, 50)

1096


What are register variables? What are the advantage of using register variables?

1171


Describe the modifier in c?

1088


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1188