I want to take any number's mod but CCS not taking mod.
I am doing like this things ( Value%100) , but this isn't taking mod.
Can anyone explain this ?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to take any number's mod but CCS not taking mod.
I am doing like this things ( Value%100) , but this isn't taking mod.
Can anyone explain this ?
Thanks.
The C language allows the modulus operator (%) to be applied only to integer values, not float values.
Thanks and regards,
-George