

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a complex number?(a) k = 2 + 3j(b) k = complex(2, 3)(c) k = 2 + 3l(d) k = 2 + 3J |
Answer» Right option is (c) k = 2 + 3l The explanation is: l (or L) stands for long. |
|