what is the difference between <stdio.h> and "stdio.h"
Answer Posted / madhu
the <stdio.h> is located a particular Directory which is
having in Header Direcectory. But "Stdio.h" is can we
activate any where of other Directories.
| Is This Answer Correct ? | 72 Yes | 45 No |
Post New Answer View All Answers
How can my program discover the complete pathname to the executable from which it was invoked?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Why & is used in scanf in c?
What is structure in c definition?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What tq means in chat?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference between procedural and declarative language?
What is difference between far and near pointers?
What is the general form of #line preprocessor?
How can you read a directory in a C program?
If you know then define #pragma?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the use of typedef in c?
Is it valid to address one element beyond the end of an array?