Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / arif
"stdio.h" C compiler-preprocessor search the header file in the current directory
<stdio.h> C preprocessor search the header file in all the directories
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between Function to pointer and pointer to function
Does c have class?
Explain what are the __date__ and __time__ preprocessor commands?
What does s c mean on snapchat?
can we change the default calling convention in c if yes than how.........?
What does & mean in scanf?
Differentiate Source Codes from Object Codes
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is dynamic dispatch in c++?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Write the Program to reverse a string using pointers.
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is c standard library?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Explain how do you print an address?