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
can any one tel me wt is the question pattern for NIC exam
What is the most efficient way to store flag values?
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.
What is openmp in c?
What happens if a header file is included twice?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are linked lists in c?
What is an array? What the different types of arrays in c?
How many loops are there in c?
What math functions are available for integers? For floating point?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain what is #line used for?
What are the functions to open and close the file in c language?
What is the scope of local variable in c?
write a program to find the given number is prime or not