C Programming Question and Answers
29. | What is mean by debugging? |
---|---|
Debugging is the process of locating and isolating the errors. | |
30. | What is static function in C? |
---|---|
|
|
31. | What is meant by preprocessor? |
---|---|
Preprocessor is the program, that process our source program before the compilation. | |
32. | What is relocation? |
---|---|
Relocation means identifying the existing addresses of program code and data. | |