what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / rakesh simar
include<stdio.h> is a part of hedrfile and & it means standard input(scanf) &output(printf)
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
How can I do peek and poke in c?
What are the advantages of union?
what is the function of pragma directive in c?
What are c identifiers?
How can I manipulate strings of multibyte characters?
How do you determine the length of a string value that was stored in a variable?
What is the difference between c and python?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is build process in c?
What is volatile keyword in c?
How reliable are floating-point comparisons?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Is c++ based on c?
Write a program in c to replace any vowel in a string with z?
What is the use of sizeof?