Is it correct if we write header file as #include <stdio.c>
the C program will throw an error for the above header file
Is it correct if we write header file as #include <stdio.c>
the C program will throw an error for the above header file
ya you will get an error as "unable to open include file"
Wel if u have that file stdio.c then definately u can include that file as header