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
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What are the storage classes in C?
Which is an example of a structural homology?
What is %g in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
All technical questions
Write a program to reverse a string.
What is the purpose of void in c?
Explain how can I make sure that my program is the only one accessing a file?
What is difference between scanf and gets?
What is anagram in c?
What are the __date__ and __time__ preprocessor commands?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain what is page thrashing?
What are the types of type specifiers?