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

Answer Posted / shipra

#include<stdio.h> this command look for the file stdio.h
in the specified list of directories only

and

#include"stdio.h" would look the file stdio.h in the current
directory as well as the specified list of directories as
mentioned in the include search path

Is This Answer Correct ?    13 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between new and malloc in C?

788


Explain how can I remove the trailing spaces from a string?

792


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2063


What is typedef example?

821


What is pragma c?

831






What is variable and explain rules to declare variable in c?

758


Compare and contrast compilers from interpreters.

883


What are the 5 organizational structures?

769


What is || operator and how does it function in a program?

820


What is the purpose of ftell?

798


How can this be legal c?

821


What are the basic data types associated with c?

1012


Find MAXIMUM of three distinct integers using a single C statement

800


hi any body pls give me company name interview conduct "c" language only

1866


How to write a multi-statement macro?

802