what is the difference between <stdio.h> and "stdio.h"
Answer Posted / puneet
stdio.h> is a header file which available in include
directory of the system. When we write #include<stdio.h>
preprocessor search for it in include directory directly
and not out of this directory. But when we write "stdio.h"
precessor start searching for this header file from current
directory and then in parent directories. So if we write
our own stdio.h in the current directory and include in
program as #include"stdio.h" then our header will be
included instead of system header.
| Is This Answer Correct ? | 18 Yes | 13 No |
Post New Answer View All Answers
Tell me when is a void pointer used?
Explain modulus operator. What are the restrictions of a modulus operator?
How would you obtain the current time and difference between two times?
Why c is faster than c++?
what is different between auto and local static? why should we use local static?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Why should I prototype a function?
Does sprintf put null character?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain union.
What does %c do in c?
What does do in c?
What is masking?
What is a substring in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................