Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / g.deepa
#include"stdio.h" is the creating by the user
(within Double quotes header files are created by the user)
#include<stdio.h> is the header file of programming
language.It is the created by the Programmers.
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
What is the method to save data in stack data structure type?
How to declare pointer variables?
What is bubble sort technique in c?
Can main () be called recursively?
What is .obj file in c?
What is data structure in c language?
What is wrong in this statement?
Explain the difference between ++u and u++?
What are the advantages of using linked list for tree construction?
What is atoi and atof in c?
Who is the main contributor in designing the c language after dennis ritchie?
Why & is used in scanf in c?
Explain how many levels deep can include files be nested?
What is a structure member in c?
explain how do you use macro?