what is the difference between #include<stdio.h> and
#include "stdio.h" ?
Answer Posted / vignesh1988i
in case of <stdio.h> this will be checking only the folder
containing C compiler...... as we will be describing the
path in the directories option in the IDE.....
in case of "stdio.h" this will be checking the entire hard
disk there by deleting the path given in the directories
explicitly .....
thank u
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is a nested formula?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Are there namespaces in c?
What is the meaning of typedef struct in c?
i have a written test for microland please give me test pattern
What is the code in while loop that returns the output of given code?
Why are all header files not declared in every c program?
How many levels of indirection in pointers can you have in a single declaration?
What kind of structure is a house?
What is a class c rental property?
how do you programme Carrier Sense Multiple Access
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
show how link list can be used to repersent the following polynomial i) 5x+2
Why is %d used in c?