whenever I start programing,i.e. #include<stdio.h> and compile it. An error is shown and message is displayed as "unable to open the file stdio.h". Please help me to remove the error.

Recommended Answers

All 2 Replies

An error like that suggests a broken compiler installation. The way to fix it is often a re-install of the compiler. Which compiler are you using?

Or You may not have specified your Include directories.
for example
C:\TC\INCLUDE

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.