what is the difference between #include<stdio.h> and
#include "stdio.h" ?
Answer Posted / n
implementation defined. read manual for the compiler you use.
if include " " fails, then include < > is tried
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are reserved words?
Why is sizeof () an operator and not a function?
Why c is a mother language?
What are extern variables in c?
What is difference between && and & in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain what is the purpose of "extern" keyword in a function declaration?
How is a structure member accessed?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
what value is returned to operating system after program execution?
Write a program to reverse a given number in c language?
what is different between auto and local static? why should we use local static?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the role of this pointer?