4. The complex numbers have two parts : real and imaginary. In which data type are real and imaginary parts represented ?
They are represented as float data type.
33 is int type, 33.0 is float type, 33j is complex type and the last one is incorrect way of representing complex type 33+1j
3. How are these numbers different from one another ? 33, 33.0, 33j, 33+ j Read More »