what is the difference between ERROR and EXCEPTION?
Answers were Sorted based on User's Feedback
Answer / aayansh
Exceptions are mostly software or hardware problems where as errors are logical or syntactic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amar gawade
errors are unresolved syntax or mistakes where exceptions are runtime errors.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suresh
Error is a mistake and it occurs are Compile time...
Exception says what is the mistake...it occurs at run time..
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / d.raji
Error: we can find it(Which error occured) when compliation.
Exception: we can't find it(Which error occured)when
compliation and also in running time
| Is This Answer Correct ? | 2 Yes | 5 No |
create a c++ program that will ask 10 numbers and display their sum using array.
how to find the largest of given numbers in an array
Why is static class not inherited?
Why is encapsulation used?
what are the characteristics of oops?
what is pointers
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
what is polymorpsim? what are its types?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
diff between Virtual mathod and abstract method?
Write a program to sort the number with different sorts in one program ??
Get me an image implementation program.