Google News
logo
Perl - Interview Questions
Can you tell the meaning of the term debugging in programming?
Well, every programmer is familiar with this approach. The fact is many errors declare their presence in the programs due to reasons which are not always necessary to be known exactly. Eliminating these errors is very essential for the smooth flow of the tasks. Finding bugs or errors is known as debugging. The programming languages can have in-built options for debugging or the programmers are free to consider other options too. 
Advertisement