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


Please Help Members By Posting Answers For Below Questions

Describe newline escape sequence with a sample program?

751


What is a void * in c?

719


What does s c mean on snapchat?

682


What are the primitive data types in c?

643


Which driver is a pure java driver

1075






please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1785


Why is c not oop?

631


‎How to define structures? · ‎

731


What is the basic structure of c?

658


What are the two forms of #include directive?

734


Write a program to generate the Fibinocci Series

756


What is the purpose of type declarations?

772


What does %p mean?

713


Why main is not a keyword in c?

741


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

707