WRITE YOUR OWN PREHEADER FLIE
WRITE YOUR OWN PREHEADER FLIE what is preheader file also called own library where you call technically preprocessor it will always declaring top of program advantages 1.Fast program executed and you rewrite program again and again 2.It will remove complexity of problem NOTE: before knowing the how to write your own headerflie you must about functions types with knowing that concept you cannot understand This is header file must save with .h formate This main program // C program to illustrate the concept of Line splicing. int main() { // Line Splicing\ printf("welcome WORLD\a"); return (0); } escape operators \a Alarm or Beep \b Backspace \f Form Feed \n New Line \r Carriage Return \t Tab (Ho...