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 file a keyword in c?
Process by which one bit pattern in to another by bit wise operation is?
How can I make it pause before closing the program output window?
What is an endless loop?
By using C language input a date into it and if it is right?
How can I handle floating-point exceptions gracefully?
how to create duplicate link list using C???
What are the difference between a free-standing and a hosted environment?
What is New modifiers?
How do you do dynamic memory allocation in C applications?
What is a lvalue
Can we change the value of static variable in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is difference between union and structure in c?
Is c is a procedural language?