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

Answer Posted / vikesh

if angular brackets <> are used it indicates that the file
is to be found in one if the standard directories in the
system.
the quotes " " surrounding the file name indicates that an
alternative set of directive should be searched to find the
file in question

Is This Answer Correct ?    57 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do some versions of toupper act strangely if given an upper-case letter?

628


What is #include conio h?

593


What is nested structure with example?

621


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

609


int i=10; printf("%d %d %d", i, i=20, i);

1009






Explain union. What are its advantages?

614


number of times a digit is present in a number

1540


How does struct work in c?

608


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

976


What is non linear data structure in c?

568


What are near, far and huge pointers?

643


Explain the use of function toupper() with and example code?

651


What is a macro, and explain how do you use it?

624


When should a far pointer be used?

601


What are integer variable, floating-point variable and character variable?

606