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
Differentiate abs() function from fabs() function.
Write a program on swapping (100, 50)
what is reason of your company position's in india no. 1.
What are pragmas and what are they good for?
Can a local variable be volatile in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Differentiate call by value and call by reference?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are valid operations on pointers?
What is difference between && and & in c?
Can we change the value of #define in c?
Explain what is the heap?
What is the right type to use for boolean values in c? Is there a standard type?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Can we declare function inside main?