Hai friends im a i year student. i want to develop my
knowledge in the field of TSR in c. How I'm Improve ?
Answer Posted / vadivel t
Hi,
Terminate and stay resident(TSR)is a old style of
programming concept in c. This is used to have a
multitasking in DOS kind of envirnment and it can be used
to develop .COM application in C language.
TSR can be used to write small kind of application(max
64KB) which can be attached to a main memory of the system
and will be called whenever needed.
If u want to explore more go through with Kanethkar TSR
programming book.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of pragma in embedded c?
What does dm mean sexually?
Does sprintf put null character?
What are the three constants used in c?
When c language was developed?
What is #define size in c?
What is a structural principle?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Can a local variable be volatile in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain what is gets() function?
Do array subscripts always start with zero?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
In C programming, what command or code can be used to determine if a number of odd or even?
Why do we use static in c?