+ 1

#include"stdio.h" vs #include<stdio.h>

what is difference in between these two?

24th Oct 2018, 2:52 PM
Rupesh Deokar
Rupesh Deokar - avatar
1 Answer
+ 2
using angle bracket compiler will find the included file inside the predefined folder/directories by the compiler and IDE (if you're using one) meanwhile with quoatation mark compiler will find the included file in same folder/directory with the file that being compiled first, if the file not found then it behave like angle bracket
24th Oct 2018, 3:29 PM
Taste
Taste - avatar