what is the difference between #include<stdio.h> and
#include"stdio.h" ?

Answer Posted / mini bangar

when we write #include<stdio.h> preprocessor search for it in include directory directly.but when we write "stdio.h" precessor start searching for this header file from current directoryand then in parent directories.

Is This Answer Correct ?    25 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should the volatile modifier be used?

688


What is bss in c?

606


what is the structure pointer?

1644


How do you do dynamic memory allocation in C applications?

630


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

583






What is a wrapper function in c?

591


What is array of structure in c?

598


What is a scope resolution operator in c?

752


Explain what is the general form of a c program?

625


how to execute a program using if else condition and the output should enter number and the number is odd only...

1660


What is the difference between mpi and openmp?

737


What is the method to save data in stack data structure type?

609


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

655


Difference between MAC vs. IP Addressing

643


What is static memory allocation? Explain

633