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

Can a function argument have default value?

676


What is the best way to store flag values in a program?

583


Can you write a programmer for FACTORIAL using recursion?

617


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1624


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2039






What is || operator and how does it function in a program?

634


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2862


What is multidimensional arrays

635


What is binary tree in c?

626


Why is it important to memset a variable, immediately after allocating memory to it ?

1557


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2415


Under what circumstances does a name clash occur?

694


Tell me is null always defined as 0(zero)?

677


Is array name a pointer?

608


What is static and volatile in c?

784