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

Answer Posted / vignesh1988i

in case of <stdio.h> this will be checking only the folder
containing C compiler...... as we will be describing the
path in the directories option in the IDE.....


in case of "stdio.h" this will be checking the entire hard
disk there by deleting the path given in the directories
explicitly .....


thank u

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why pointers are used in c?

578


How many loops are there in c?

571


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

646


What are preprocessor directives?

666


Is there any possibility to create customized header file with c programming language?

617






Discuss the function of conditional operator, size of operator and comma operator with examples.

673


What is scope rule in c?

598


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2164


What are pointers really good for, anyway?

608


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3242


Is flag a keyword in c?

673


what is the difference between class and unio?

1854


Why is main function so important?

609


hi any body pls give me company name interview conduct "c" language only

1660


What is the difference between null pointer and wild pointer?

627