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
What is the purpose of 'register' keyword in c language?
Why is c platform dependent?
List the different types of c tokens?
What is a macro in c preprocessor?
How do I determine whether a character is numeric, alphabetic, and so on?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Write a program to know whether the input number is an armstrong number.
Suggesting that there can be 62 seconds in a minute?
Why do we use header files in c?
Differentiate between ordinary variable and pointer in c.
What is exit() function?
Explain what is a program flowchart and explain how does it help in writing a program?
write a proram to reverse the string using switch case?
What is volatile keyword in c?
What is typedef struct in c?