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
How does placing some code lines between the comment symbol help in debugging the code?
What are the disadvantages of external storage class?
Explain how can a program be made to print the name of a source file where an error occurs?
What are the benefits of c language?
Write a program to use switch statement.
What does dm mean sexually?
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.
What is difference between structure and union with example?
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?
Why pointers are used?
What type of function is main ()?
Write a program on swapping (100, 50)
What are register variables? What are the advantage of using register variables?
Describe the modifier in c?
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?