Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Possible Duplicate:
what is the difference between #include <filename> and #include “filename”

In both cases there is no error ...Is there any difference between them ?

Possible Duplicate:
what is the difference between #include <filename> and #include “filename”

In both cases there is no error ...Is there any difference between them ?

insert duplicate link
Source Link

Possible Duplicate:
what is the difference between #include <filename> and #include “filename”

In both cases there is no error ...Is there any difference between them ?

In both cases there is no error ...Is there any difference between them ?

Possible Duplicate:
what is the difference between #include <filename> and #include “filename”

In both cases there is no error ...Is there any difference between them ?

Source Link
Parikshita
  • 1.3k
  • 5
  • 15
  • 24

What is the difference between <stdio.h> and "stdio.h" ?

In both cases there is no error ...Is there any difference between them ?