InterviewSolution
Saved Bookmarks
| 1. |
Explain the types of errors in C#? |
|
Answer» Programming errors in C# are MAINLY of three TYPES - SYNTAX Errors, Run time Errors, and Logic Errors. This information can be asked during C# INTERVIEW questions and answers. |
|