Skip to main content

I case of """..." compiler first search the header file in your local directory where your .c file presents

while in case of <><...> compiler only search in header file folder

I case of "" compiler first search the header file in your local directory where your .c file presents

while in case of <> compiler only search in header file folder

I case of "..." compiler first search the header file in your local directory where your .c file presents

while in case of <...> compiler only search in header file folder

Source Link
Abhi
  • 5.6k
  • 17
  • 83
  • 135

I case of "" compiler first search the header file in your local directory where your .c file presents

while in case of <> compiler only search in header file folder