C-16-Q043mediumsingle_mcq
In EmpId_no = 5, the data type of EmpId_no is:
In EmpId_no = 5, the data type of EmpId_no is:
- afloat
- bstr
- cint
- dbool
ব্যাখ্যা
The value 5 is a whole number with no decimal point, so EmpId_no holds an int. Python infers the type automatically from the assigned value.