Champs
I want to know how if compiler can do two 64-bit long long variable comparison. I have defined two variables as ‘long long’ (i.e. 64-bit entity)
If I do comparison such as “if (a == b) “ for these two variables does it work? Does compiler understand to translate into all 64-bit comparison?
I looked in compiler user guide but didn’t see an answer one way or other.
Any help would be great.
Thanks
Regards
Mohsen