InterviewBit Problems
Reverse integer : Unsolved
Solution using regex
(1)
Incorrect Answer due to overflow
(2)
Not a 32 bit number but giving some number not 0
(2)
A : -1234567891, Your function returned the following : 159829327 The expected re
(3)
What is wrong with the code
(2)
How come -1146467285 is causing a overflow? and expected answer is 0? shouldnt
(3)
Wrong expected output for negative values overflow
(2)
Reverse of a number: Wrong answer is being displayed
(2)
Cout changing the return value
(1)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (solution.py, line 37) in PYTHON-3
(2)
Exception in thread "main" java.lang.NumberFormatException: For input string: "-5
(3)
Hey, why does the 'Expected Output' give the following for an input out of range
(1)
At my pc i compiled the programme using gcc 4.8 and it gives correct ans as per t
(1)
"Return 0 if the result overflows and does not fit in a 32 bit signed integer":th
(1)
My program is working correctly in my laptop on gcc 4.8 but when i try to submit
(2)
INT_MIN and INT_MAX are different. Check Your solution. Correct me if I am wrong?
(1)
I think Its throwing an exception even before entering into the function in the S
(1)
In the integer overflow test, my program still reverse the int, not returning 0
(1)
My program is working correctly in my laptop on gcc 4.8 .....but when i tried to
(2)
Hey, for python solution there should not be any underflow. So ans for very high
(3)
← previous page
next page →