RAND_MAX
Syntax
#include <stdlib.h>
Remarks
The constant RAND_MAX
is the maximum value that can be returned by the rand
function. RAND_MAX
is defined as the value 0x7fff.
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
RAND_MAX
#include <stdlib.h>
The constant RAND_MAX
is the maximum value that can be returned by the rand
function. RAND_MAX
is defined as the value 0x7fff.