"ruhatadiyaman" <ruhatadiya...@...> wrote:
>
> i tried all ways.
> #include <stdio.h>
> #include<stdio.h>

Both of these are correct, though the first one is preferred.

> #include<stdio. h>
> #include<stdio .h>

Both of these are wrong.

> all of them are still underlined.
> and there is a question mark left of each of these lines
> and it says : unresolved inclusion.

Then it sounds like you have some issues with your include
path settings, or your installation in general.

-- 
Peter

Reply via email to