answersLogoWhite

0


Best Answer

There are some types of errors, eg:

1. Compile Errors

1.1. Syntax Errors

2. Run time Errors

2.1. Segmentation fault (or: invalid page fault)

2.2. Division by zero

2.3. Value out of range

syntax error refers to an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language.
x=1;

y=x++;

y=++x;

give me answer and how work it.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

What are the types of error that occur in programming?

Read more: What_are_the_types_of_error_that_occur_in_programming

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the types of error that occur in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of errors we have in Java programming?

syntax error, Runtime error, Longic error


List two types of errors that can lead to an infinite loop?

Quite simply: a circular function in the programming, not going anywhere.


What is an error handling error?

Error handling refers to the anticipation, detection, and resolution of programming, application, and communications errors.


What is best described as an error in design or programming?

Bug


What is a Syntex error?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


What does P0602 Checksum Error mean?

Trouble code P0602 means:Control module programming error


Would you say How this error occurred or how did this error occur?

The question would be the latter "How did this error occur?" The former is the objective form, e.g. "I am trying to discover how this error occurred."


What is the difference between a bug and an error?

"Bug" means "error" in Computer Programming. So it means they're exactly the same.


What is a syntex?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


What is syntex?

In computer science a syntax error refers to an error in a sequence of characters which need to be in a specific programming language.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


Definition of latent error as used in computer programming?

A latent error is a hidden error that only shows up when a particular set of data is entered.