what is the difference between #include<> and #include”…”?
Answer Posted / hrpynux@gmail.com
For #include "" a compiler normally searches the folder of the file which contains that include and then the other folders. For #include <> the compiler does not search the current file's folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the parts of c program?
Why c is called procedure oriented language?
What is null pointer constant?
List the difference between a "copy constructor" and a "assignment operator"?
Difference between malloc() and calloc() function?
what is a function method?give example?
How do we make a global variable accessible across files? Explain the extern keyword?
What do you understand by normalization of pointers?
write a program to print largest number of each row of a 2D array
How can I write functions that take a variable number of arguments?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Can we change the value of constant variable in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How do I create a directory? How do I remove a directory (and its contents)?