Hi, i have newbie qestion,
when i write
#include <somthing.h>
the precompiler subtitue that line with the lines from "somthing.h "
header file.
when, where and how the compiler insert the lines in "somthing.c "
implementation file into my source code?
thanks
amit
when i write
#include <somthing.h>
the precompiler subtitue that line with the lines from "somthing.h "
header file.
when, where and how the compiler insert the lines in "somthing.c "
implementation file into my source code?
thanks
amit
Comment