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
What is variable in c example?
What is function prototype?
What language is windows 1.0 written?
List the variables are used for writing doubly linked list program.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Is javascript based on c?
How do I use void main?
What are 3 types of structures?
What are file streams?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is a ternary operator in c?
What is a const pointer?
Why is extern used in c?