what is difference between #include<stdio.h> and
#include"stdio.h"
Answer Posted / bharatgs7
<stdio.h> means its a in-built header file, "stdio.h" means
its an user-defined header file
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a program with dynamically allocation of variable.
What are the types of data types and explain?
How can I get back to the interactive keyboard if stdin is redirected?
Which of these functions is safer to use : fgets(), gets()? Why?
What does %d do in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is conio h in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are the functions to open and close the file in c language?
What are the advantages and disadvantages of a heap?
Do pointers store the address of value or the actual value of a variable?
What is line in c preprocessor?
What is switch in c?