Whenever I tri to compile the c program it give me error that i/o header file is not included.i have set the right path in directory still It is giving me error .How can I remove it. Hel p me plz .
I/O header file error in c language?
You mean stdio.h? You should include it like this:
#include %26lt;stdio.h%26gt;
A common mistake is to use quotes instead of angle brackets, but all system header files require the brackets.
Reply:YOU FIRST CHECK OUT WHETHER THE IO HEADER FILE IS IN INCLUDE DIRECTORY .IF IT IS NOT THERE PLEASE COPY FROM ANY WHERE AND PUT IT IN THAT INCLUDE DIRECTORY.IF U ARE USING C EDITOR FROM UR C:WINDOWS U HAVE TO COPY THE ENTIRE 'C' PROGRAMFILES IN THAT(C:\).IF NOT U CAN USE OTHER DRIVES BY SETTING PATHS AS FOLLOWS:
1.GO FOR OPTIONS INTHAT GO FOR DIRECTORIES :
2.HERE YOU HAVE FIEDS TO ENTER
a.INCLUDE\
b.LIBRARIES\
c.OUTPUT\
PLEASE FULFILL THE FIEDS AS FOR UR 'C' SETTINGS.
AND ENJOY THE 'C' PROGRAMING.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment