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
Why do we use static in c?
Write a factorial program using C.
What are all different types of pointers in c?
How do I swap bytes?
Write a program to swap two numbers without using third variable in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
How many types of functions are there in c?
Write the control statements in C language
Explain what is the difference between #include and #include 'file' ?
What is the importance of c in your views?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What are local static variables?
What is typeof in c?
What are the main characteristics of c language describe the structure of ac program?
Why is structure important for a child?