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

#include<stdio.h> void main() { int i=1; printf("%d%d%d",i++,++i,i); }

19 Answers  


How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis

0 Answers  


I can not get my C++ program to work right. It is supposed to tell if a word is a palindrome or not, but it only tells thet the word is not a palindrome. And I can't fix it.

1 Answers  


How to develop a program using C language to convert 8-bit binary values to decimals. TQ

1 Answers   Amazon,


what is syntax error?

3 Answers  






who was the present cheif governor of reserve bank of india

6 Answers   State Bank Of India SBI,


void main() { for(int i=0;i<5;i++); printf("%d",i); } What is the output?..

32 Answers   College School Exams Tests, CTS, HCL, iGate, SmartData,


what is meant for variable not found?

3 Answers  


char* f() return "hello:"; void main() {char *str=f(); }

1 Answers  


I'm having trouble with coming up with the correct code. Thank You!! The assignment was to write a program using string functions that accepts a price of an item and displays its coded value. The base of the keys: X C O M P U T E R S 0 1 2 3 4 5 6 7 8 9 Sample I/O Dialogue: Enter Price: 489.50 Coded Value: PRS.UX

0 Answers  


To generate the series 1+3+5+7+... using C program

18 Answers  


#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }

12 Answers   HCL,


Categories