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


Please Help Members By Posting Answers For Below Questions

What does malloc () calloc () realloc () free () do?

674


How to write c functions that modify head pointer of a linked list?

631


Explain what is the stack?

725


What is time null in c?

659


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

703






How do you override a defined macro?

787


How important is structure in life?

672


Is this program statement valid? INT = 10.50;

785


How are 16- and 32-bit numbers stored?

838


What is function in c with example?

729


How can you allocate arrays or structures bigger than 64K?

779


Explain how can you tell whether two strings are the same?

675


List a few unconditional control statement in c.

652


What is the difference between char array and char pointer?

611


What are the types of variables in c?

667