You are here:

C/C LANGUAGE

Advertisement


Question
whenever i type a program i always find an error UNABLE TO OPEN INCLUDE FILE STDIO.H
please help...

Answer
Dear Priyanka

There may be a few reasons for this error to appear. Check the following :

1) Whenever C compiles it requires the stdio.h file to be present in its tc/include directory. You can receive the above error in case if if is not there.
2) In case the said file is present in the specified directory, you should also check that the following path is set in the Options-Directories option in TC

include directories
tc\include

lib directories
tc\lib

3) In case the above is also correctly written, your stdio.h file may be corrupted and you need to re-install C.

Hope with the above you will be able to overcome the problem you are facing.

Warm Regards
Smitha Renny

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Smitha Renny

Expertise

I can answer questions related to basic understanding of C concepts, arrays, pointers and their handling well.

Experience

I've been programming in BASIC since 1987. Later moved onto Pascal for a short period and then hooked onto C since 1997.

Education/Credentials
I have completed a Post-Graduate diploma in Computer Applications. Currently doing MCA

©2012 About.com, a part of The New York Times Company. All rights reserved.