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 is a function simple definition?

604


What is the ANSI C Standard?

768


to find the closest pair

1813


What are void pointers in c?

570


Who developed c language and when?

573






Should a function contain a return statement if it does not return a value?

588


What is %s and %d in c?

584


How can I do serial ("comm") port I/O?

679


When should structures be passed by values or by references?

574


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

651


What are data types in c language?

578


Differentiate between full, complete & perfect binary trees.

663


how to find anagram without using string functions using only loops in c programming

2708


program to convert a integer to string in c language'

1976


What is meant by gets in c?

597