what is the difference between <stdio.h> and "stdio.h"
Answer Posted / kiran shelke,aurangabad
When we write <stdio.h> that mean we can access this header
file from the include directory,but if this header file is
not present in this folder and its available in other
directory then it not access it.But when we write the
"stdio.h" then we can access this header file which
available in any other directory..
In short #include"stdio.h" is best option for ERROR free program
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is use of integral promotions in c?
Under what circumstances does a name clash occur?
What are the three constants used in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Which is better between malloc and calloc?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Can you please explain the difference between malloc() and calloc() function?
Is c language still used?
Write a program to print fibonacci series using recursion?
#include
What is bin sh c?
What are Macros? What are its advantages and disadvantages?
What is identifier in c?