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
Explain do array subscripts always start with zero?
How can you increase the size of a statically allocated array?
How can you avoid including a header more than once?
What is use of integral promotions in c?
Why is c called a structured programming language?
Explain main function in c?
What is the use of extern in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
If you know then define #pragma?
What does %c mean in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Is there sort function in c?
Explain what are the standard predefined macros?
Difference between goto, long jmp() and setjmp()?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"