Answer Posted / mohit chawla
Header is preprocessor directive that is used to include some
predefind function and properties declared in some predefined
header files
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the explanation for modular programming?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is a scope resolution operator in c?
What are formal parameters?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the use of a semicolon (;) at the end of every program statement?
What is #include stdlib h?
How can you increase the allowable number of simultaneously open files?
What is an auto variable in c?
Write a program to print factorial of given number using recursion?
Can we add pointers together?
What is variable and explain rules to declare variable in c?
What is a memory leak? How to avoid it?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference