What do you mean by overflow and underflow?
Answer / Komal Prasad
1. Overflow: It occurs when the value stored in a variable exceeds its maximum capacity, leading to undefined or incorrect results. 2. Underflow: It occurs when the value stored in a variable is less than its minimum capacity, leading to undefined or incorrect results.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is time and space complexity of bubble sort?
What is the type of the algorithm used in solving the 8 Queens problem?
What is data structure and why we need them?
Is list a data type?
Explain recursive function & what is the data structures used to perform recursion?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
Is queue fifo or lifo?
Why arraylist is not efficient for manipulation?
What is best time complexity?
What is long data type?
How do you replace an element in an arraylist?
What is the quickest sorting algorithm?