I
Immortal Nephi
Is size_t keyword always unsigned integer ( all positive integers and
no negative integer)? It is to be 32 bit size if it is on 32 bit
machine otherwise it is to be 64 bit size on 64 bit machine.
Do I always use size_t for while loop and for loop? You cannot use
size_t if you want to store it into array, but you use char, int, or
long instead.
no negative integer)? It is to be 32 bit size if it is on 32 bit
machine otherwise it is to be 64 bit size on 64 bit machine.
Do I always use size_t for while loop and for loop? You cannot use
size_t if you want to store it into array, but you use char, int, or
long instead.