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 does malloc () calloc () realloc () free () do?
How to write c functions that modify head pointer of a linked list?
Explain what is the stack?
What is time null in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
How do you override a defined macro?
How important is structure in life?
Is this program statement valid? INT = 10.50;
How are 16- and 32-bit numbers stored?
What is function in c with example?
How can you allocate arrays or structures bigger than 64K?
Explain how can you tell whether two strings are the same?
List a few unconditional control statement in c.
What is the difference between char array and char pointer?
What are the types of variables in c?