what is the difference between #include<> and #include”…”?
Answer Posted / shrikanth s.h
#include<>, include the predefined header files,
#include"...." include the userdefined header files where
the control will start searching the file into the current
directory, we should mention the path where it should search.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
regarding pointers concept
Are the variables argc and argv are always local to main?
What do you mean by keywords in c?
Explain what is the heap?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is size of union in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Why static is used in c?
What is #include cctype?
Where are local variables stored in c?
Explain how can a program be made to print the line number where an error occurs?
How can I implement sets or arrays of bits?
what is reason of your company position's in india no. 1.
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the general form of a C program?