Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I..

Answer / 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

Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I..

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

Post New Answer

More C Interview Questions

main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


what is inline function?

2 Answers  


How can a process change an environment variable in its caller?

0 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


How Many Header Files in c?

2 Answers   TCS,


Explain how are portions of a program disabled in demo versions?

0 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Write a program to print fibonacci series using recursion?

0 Answers  


Categories