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

can any one tel me wt is the question pattern for NIC exam

1738


What is the most efficient way to store flag values?

889


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1441


What is openmp in c?

773


What happens if a header file is included twice?

779


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3256


What are linked lists in c?

841


What is an array? What the different types of arrays in c?

849


How many loops are there in c?

806


What math functions are available for integers? For floating point?

846


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

838


Explain what is #line used for?

789


What are the functions to open and close the file in c language?

794


What is the scope of local variable in c?

770


write a program to find the given number is prime or not

4259