what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / shahab
# include<stdio.h>--- It searches one directory i.e
specified list of directory.
# include"stdio.h"---- It searches two i.e specified list
of directory & current directory.
| Is This Answer Correct ? | 66 Yes | 10 No |
Post New Answer View All Answers
What is unary operator?
what is uses of .net
What does. int *x[](); means ?
What does %c mean in c?
Write a program to check prime number in c programming?
What is function pointer c?
Explain the red-black trees?
What are file streams?
Is c compiled or interpreted?
What is c value paradox explain?
Is printf a keyword?
What is the difference between the = symbol and == symbol?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How do I copy files?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings