Hello Friends this is Akshay and today i m sharing a new concept to create own header file in C
like #include < stdio.h >so lets start to know how to create new header file...
follow these steps...
- Step1: Open turboc compiler and click to new.
- Step2: Enter your own command lines as possibles and save it as your_name.h. Close turbo compiler.
- step3: And after saving goto in the turboc folder find bin folder and then your_name.h. turboc > bin > your_name.h
- step4: Copy this file to include folder in turboc... turboc > include > your_name.h
- step5: Open tubroc compiler then use your own header file name. happy coding...☺