How to check biggest number | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to check biggest number

How to check biggest number in C++ from many numbers and print on screen.

13th May 2019, 12:38 PM
C ++
C ++ - avatar
4 Answers
+ 2
unsigned x: 256^sizeof(x)-1 signed y: 256^sizeof(y)/2-1 I don't know any powering method in C(++) Sorry I misunderstood your problem.
13th May 2019, 1:35 PM
Seb TheS
Seb TheS - avatar
13th May 2019, 1:31 PM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 1
CarrieForle it's good but can we do this with only other data types without using arrays. Like int float.
14th May 2019, 2:37 AM
C ++
C ++ - avatar
+ 1
CarrieForle it's good but can we do this with only other data types without using arrays. Like int float.
14th May 2019, 2:37 AM
C ++
C ++ - avatar