what is exceptions?

Answers were Sorted based on User's Feedback



what is exceptions?..

Answer / nagen biswal

An exception is an event, which occurs during the execution
of a program, that disrupts the normal flow of the program's
instructions.

Is This Answer Correct ?    23 Yes 0 No

what is exceptions?..

Answer / raju

An exception is an event, which occurs during the execution
of a program, that disrupts the normal flow of the program's
instructions.

Is This Answer Correct ?    4 Yes 2 No

what is exceptions?..

Answer / billuyadav208

Exception is the run time error
eg.Null Pointer exception etc.

Is This Answer Correct ?    1 Yes 0 No

what is exceptions?..

Answer / sansiri

sometimes difficult stage to get the correct answer for any program in this case the exception is used to solve the case
eg:: divide by 0
overflow of array size

Is This Answer Correct ?    0 Yes 0 No

what is exceptions?..

Answer / aswini

exception is nothing but a run time error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C C++ Errors Interview Questions

how tally is useful?

2 Answers  


wap for bubble sort

3 Answers  


How to convert hexadecimal to binary using c language..

1 Answers   Bajaj, GAIL, Satyam, Zenqa,


Write a program to accept two strings of Odd lengths. Then take all odd characters from one string and even characters from the other and concatenate and produce a string.

1 Answers  


Answering Yes or No in C++...using only stdio.h and conio.h..........help me please...? here's must be the output of the program: Screen A Exam No. items Score 1 20 20 2 35 35 Another Entry? [Y] or [N] : Screen B: Record No. Student's Name: 1 Fernando Torres 2 Chuck Norris Note: if you press Y, the program must repeat the procedure in screen A, then if N, the program must proceed to the screen B....Please Help me out............

1 Answers  






how to convert decimal to binary in c using while loop without using array

50 Answers   Apple, Aptech, Arwen Tech, BCS, C2D Software, CEC,


A sample program using data structure? what is file handling?

0 Answers   TCS,


printy(a=3,a=2)

3 Answers  


write a profram for selection sort whats the error in it?

2 Answers  


when i use cout or cin call & then either << or >> .....it shows declaration syntax error...what should i do? cout<<"anything"; int a; cin>>a; return 0;

2 Answers  


void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?

24 Answers   HCL,


What is the code for following o/p * * * * * * * * * * * * * * * *

1 Answers  


Categories