what is the difference between #include<> and #include”…”?
Answer Posted / anandi
Both #include<> and #include" " are similar used to include
the header files.....But we can use both #include<> and
#include" " for predefined header files...... At the same
time we can not use the #include<> for the user-defined
header files..... We should use #include" " for the user-
defined header files......
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is the difference between %d and %i?
Why is #define used?
How do you determine a file’s attributes?
Can the “if” function be used in comparing strings?
Can we increase size of array in c?
Explain what are the __date__ and __time__ preprocessor commands?
c program to compute AREA under integral
What is calloc in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are the modifiers available in c programming language?
What does 3 mean in texting?
What are global variables and how do you declare them?
What is the use of header files?