Hai friends im a i year student. i want to develop my
knowledge in the field of TSR in c. How I'm Improve ?
Answers were Sorted based on User's Feedback
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 |
Answer / suman halder
i would like 2 suggest 2 books..
1) The "c" odyssey by vijay mukhi
2) Writing TSR through C -kanetkar
| Is This Answer Correct ? | 0 Yes | 0 No |
What are header files? What are their uses?
Explain how does flowchart help in writing a program?
Linked lists -- can you tell me how to check whether a linked list is circular?
Difference between fopen() and open()?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the process to create increment and decrement stamen in c?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
Can a void pointer point to a function?
What is the use of bit field?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Do you know the difference between exit() and _exit() function in c?
What is period operator in c?