Basic C Programs Asked In Interview Pdf
admin 23.01.2020
Basic C Programs Asked In Interview Pdf Free
We use # include to include a file. The difference between two ways of file inclusion lies in the order in which preprocessor searches for the file specified.
Basic C Programs Asked In Interview Pdf Online
When the preprocessor encounters #include statement, it looks for the file specified in the angled brackets in the default location (Path defined in INCLUDE environment variable of the system).When # include followed by file name in double quotation marks is encountered by the preprocessor, it looks for the file in the current directory. If the file is not found in the current directory, it will look for the file in the default location.