Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / sourisengupta
"stdio.h" linker search the header file first in the
current directory, if it does not find there then it will
search the directory which is declared by the compiler as a
header file directory and all the header file stores there.
<stdio.h> linker search the header file in all the
particular which is declared by the compiler as a header
file directory.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe newline escape sequence with a sample program?
What is a void * in c?
What does s c mean on snapchat?
What are the primitive data types in c?
Which driver is a pure java driver
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Why is c not oop?
How to define structures? ·
What is the basic structure of c?
What are the two forms of #include directive?
Write a program to generate the Fibinocci Series
What is the purpose of type declarations?
What does %p mean?
Why main is not a keyword in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler