TSR in C – An Introduction

What does TSR stands for? TSR stands for Terminate- and Stay-Resident programs What’s Special about TSR! As the name says Terminate-and-Stay-Resident TSR are programs which get loaded in memory...

C Language – The Preprocessor

C Language – The Preprocessor In this tutorial you will learn about C Language – The Preprocessor, Preprocessor directives, Macros, #define identifier string, Simple macro substitution, M...

C Programming – File management in C

C Programming – File management in C In this tutorial you will learn about C Programming – File management in C, File operation functions in C, Defining and opening a file, Closing a file...