Sunday, December 27, 2009

What are the two major types of programming bugs or errors.?

Syntax Errors : when you forget a semicolon or mispell a variable name or something like that.


Logic Errors: when you write code that doesn't do what you expect it should do.What are the two major types of programming bugs or errors.?
Compile Time - Errors that happen when you are compiling


Runtime - Errors that happen when your program is running, it compiles fine

No comments:

Post a Comment