Anyone know that c program got wat type of error?
Perhaps you're inquiring about a runtime error?
When I think about programming, the two types of errors that I consider to be significant. These are syntactical errors and logical errors.
Syntax concerns the format of your code and whether the computer can understand what your code says.
Logic concerns whether your program does what you intended it to do.
In order to compile, your code requires correct syntax. Logic, however, it does not.