what is the difference between #include<stdio.h> and
#include"stdio.h" ?

Answer Posted / shahab

# include<stdio.h>--- It searches one directory i.e
specified list of directory.
# include"stdio.h"---- It searches two i.e specified list
of directory & current directory.

Is This Answer Correct ?    66 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There seem to be a few missing operators ..

620


What is string function in c?

541


What does #pragma once mean?

690


Tell me when is a void pointer used?

649


What is the code for 3 questions and answer check in VisualBasic.Net?

1695






What is structure in c explain with example?

640


How can I discover how many arguments a function was actually called with?

636


How can I sort more data than will fit in memory?

630


How do you generate random numbers in C?

660


What is a macro?

657


what is the format specifier for printing a pointer value?

617


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1452


What is the function of multilevel pointer in c?

672


Explain setjmp()?

660


What is signed and unsigned?

646