C Programming Interview Question and Answer SET 8
141. Do you know, what is the meaning and use of static keyword in c? Keyword static is used for declaring static variables in c. This modifier is used with all data types like int, float, double, array, pointer, structure, function etc. 142. What is difference between .com program and .exe program? Both .com and .exe program are executable program but .com program execute faster than .exe program. All drivers are .com program. .com file has higher preference than .exe For example: 143. Difference between TSR and TSO program TSO means terminate but stay outside. It is that program, which release the main memory after the execution of the program. Example ms paint, notepad, turbo c compilers etc. TSR means terminate but stay residence .It is those program, which after the execution of the program does not release the RAM (main memory).e.g. antivirus. 144. Describe turbo c compiler? Turbo c is an IDE of c programming language created by Borland. Turbo C 3.0...