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


Please Help Members By Posting Answers For Below Questions

How many levels of indirection in pointers can you have in a single declaration?

589


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

740


What standard functions are available to manipulate strings?

558


Do character constants represent numerical values?

837


What is a structural principle?

635






What is extern storage class in c?

509


Apart from dennis ritchie who the other person who contributed in design of c language.

802


How old is c programming language?

571


Write a program to print factorial of given number without using recursion?

566


What does dm mean sexually?

806


How can I avoid the abort, retry, fail messages?

654


What are the general description for loop statement and available loop types in c?

684


What is the description for syntax errors?

610


Explain what are compound statements?

600


What is context in c?

536