what is the difference between <stdio.h> and "stdio.h"
Answer Posted / bathakarai
The preprocessor <stdio.h> means that the directory is
predefined one.
but we specify "stdio.h" in their program that indicates
that the preprocessor is an userdefind one
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
Write a program to swap two numbers without using the third variable?
What is the sizeof () a pointer?
What is structure in c explain with example?
How many types of operator or there in c?
What is the difference between test design and test case design?
Can you return null in c?
What are keywords c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How can you avoid including a header more than once?
What is file in c language?
How to draw the flowchart for structure programs?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are the advantage of c language?
Write a code to generate divisors of an integer?
Is main is a keyword in c?