Answers

Question and Answer:

  Home  Dot Net Framework

⟩ Who handles these error while writing the source code?

Suppose i am writing code in .net e.g

int i=10

then .net show me red line under the code where error

occurs.we know the i have not apply semicolon at the end of

syntax(int i=10;)

 194 views

More Questions for you: