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
Is it better to use malloc() or calloc()?
Which function in C can be used to append a string to another string?
What are the __date__ and __time__ preprocessor commands?
Is javascript based on c?
What is dynamic variable in c?
What is file in c preprocessor?
What is the role of this pointer?
What is difference between static and global variable in c?
What is the use of the function in c?
Why c is a procedural language?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is keyword with example?
Array is an lvalue or not?
Explain how can I write functions that take a variable number of arguments?
What do you mean by a sequential access file?