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

Answer Posted / kuldeep

hello in simple way-

when we are using #include<stdio.h> in our program here no
need for search the header files in directory. but when we
are using the #include"stdio.h" in our program firstly
header files search in current directory/parent directory.

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where register variables are stored in c?

727


What happens if header file is included twice?

871


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1872


How can you find the exact size of a data type in c?

762


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1737


What is union and structure in c?

836


Which is better between malloc and calloc?

877


What do you mean by c what are the main characteristics of c language?

777


what do the 'c' and 'v' in argc and argv stand for?

849


Describe wild pointers in c?

827


How can you call a function, given its name as a string?

897


what is the basis for selection of arrays or pointers as data structure in a program

4031


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1324


Explain what is the use of a semicolon (;) at the end of every program statement?

942


What does %d do in c?

723