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 can I right-justify a string?

714


Explain what is the advantage of a random access file?

783


Explain the difference between malloc() and calloc() function?

684


What is s or c?

692


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

866






Without Computer networks, Computers will be half the use. Comment.

1961


What is variable declaration and definition in c?

580


Why main is not a keyword in c?

741


What are nested functions in c?

657


What is double pointer?

648


What is null in c?

678


How do we declare variables in c?

670


What is queue in c?

662


What is an array in c?

678


What is pre-emptive data structure and explain it with example?

3322