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
What are the 4 types of functions?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
what is a function method?give example?
What is a void pointer? When is a void pointer used?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the use of bitwise operator?
What are examples of structures?
What does %p mean?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Write a program of prime number using recursion.
What is a null pointer in c?
How can I manipulate strings of multibyte characters?
Explain what are its uses in c programming?
What is structure pointer in c?