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
write a programming in c to find the sum of all elements in an array through function.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is the difference between the local variable and global variable in c?
Explain modulus operator. What are the restrictions of a modulus operator?
Is array name a pointer?
What are c identifiers?
How to establish connection with oracle database software from c language?
What is pragma in c?
Which header file is essential for using strcmp function?
Write a program to generate the Fibinocci Series
Explain about C function prototype?
How many main () function we can have in a project?
What is the best way to store flag values in a program?
What is advantage of pointer in c?