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
Where register variables are stored in c?
What happens if header file is included twice?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How can you find the exact size of a data type in c?
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.
What is union and structure in c?
Which is better between malloc and calloc?
What do you mean by c what are the main characteristics of c language?
what do the 'c' and 'v' in argc and argv stand for?
Describe wild pointers in c?
How can you call a function, given its name as a string?
what is the basis for selection of arrays or pointers as data structure in a program
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Explain what is the use of a semicolon (;) at the end of every program statement?
What does %d do in c?