Related Posts
More Posts
someone doesn't give af
Additional Posts in C++ Developers
Hi Fishes,
I am a python developer with 3+ years of experience. And now I am thinking of learning c++ . So guys can you help me with these questions which are coming in my mind:
1) Is it worth learning C++ at this stage.
2 ) If yes what kind of opportunities I can grab by learning C++.
3) How much hike can I expect by learning C++ on my current CTC.
Nvidia Intel Corporation Google Qualcomm
Thanks in advance 🙏🙏.
New to Fishbowl?
unlock all discussions on Fishbowl.




Check if either of one parameter is INT_MAX. If so then return that integer.
Then check below conditions before addition
If a and b are two integers! Then we can check like
a > INT_MAX - b
return INT_MAX
b> INT_MAX - a
return INT_MAX
Not sure if I am making sense here😐
Understood but the requirement is to promote the datatype if the result is beyond the limit. For example here the output should be 75000 but is not supported because of the limit of uint16.