Wednesday, December 8, 2010

C LANGUAGE (Second year)

 DEFINE A BUG AND DEBUGGING.
A error in a computer program is know as bug. The programmer can make different errors while writing programs. A program cannot be complied if it contains any syntax error. The compiler detects errors and displays errors message to describe the cause of error.
The errors mus be removed from the program before it can be compiled and executed. The process of finding and removing bugs is known as debugging.

1 comment: