|
Interpreter language
What is the function of the tdif function?
Time difference counter (counter from a set point with respect to the time declare)
How do the drives represent numbers with a reminder?
Floating will yield a decimal
If I defined three integers, for example, int A = 3; int B = 2; int C = A/B; what will be the representation of the integer C after the calculation?
1, it rounds down
|