Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.

Answer Posted / arif

"stdio.h" linker search the header file in the current directory
<stdio.h> linker search the header file in all the directories

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain how do you use macro?

657


regarding pointers concept

1564


How can I direct output to the printer?

804


Explain what is the benefit of using #define to declare a constant?

599


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

612






What happens if header file is included twice?

643


What are the types of functions in c?

561


What is NULL pointer?

671


How to draw the flowchart for structure programs?

8755


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

757


Why main is used in c?

579


How do c compilers work?

602


Explain about block scope in c?

653


Which is the best website to learn c programming?

571


Differentiate between ordinary variable and pointer in c.

611