what is the difference between <stdio.h> and "stdio.h"
Answer Posted / cpmt
<stdio.h> searches in the current directory."stdio.h"
searches in the both source and current directory.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
why do some people write if(0 == x) instead of if(x == 0)?
in linking some of os executables are linking name some of them
Why cant I open a file by its explicit path?
What is variable in c example?
#include
program to convert a integer to string in c language'
Write a program to use switch statement.
Why doesnt this code work?
in iso what are the common technological language?
what do you mean by inline function in C?
What is the difference between union and anonymous union?
What does double pointer mean in c?
What is union and structure?
Explain the difference between #include "..." And #include <...> In c?
Write a program to check armstrong number in c?