what is difference between #include<stdio.h> and
#include"stdio.h"

Answer Posted / jeke kumar gochhayat

in #include<stdio.h> , stdio.h is a predefined header file
in the include directory.
but in #include"stdio.h" is a userdefined header files
but functions are same

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check armstrong number in c?

635


What is abstract data structure in c?

532


How can I swap two values without using a temporary?

618


what are # pragma staments?

1631


what will be the output for the following main() { printf("hi" "hello"); }

9336






What is methods in c?

643


Can we assign string to char pointer?

589


What is #error and use of it?

681


Hai what is the different types of versions and their differences

1492


Where define directive used?

607


What do you mean by Recursion Function?

633


Why is #define used?

790


What is the benefit of using #define to declare a constant?

609


Under what circumstances does a name clash occur?

692


What is the difference between arrays and pointers?

637