+ 1
#include"stdio.h" vs #include<stdio.h>
what is difference in between these two?
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