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
What are the differences between new and malloc in C?
Explain how can I remove the trailing spaces from a string?
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
What is typedef example?
What is pragma c?
What is variable and explain rules to declare variable in c?
Compare and contrast compilers from interpreters.
What are the 5 organizational structures?
What is || operator and how does it function in a program?
What is the purpose of ftell?
How can this be legal c?
What are the basic data types associated with c?
Find MAXIMUM of three distinct integers using a single C statement
hi any body pls give me company name interview conduct "c" language only
How to write a multi-statement macro?