Contact: aviboots(AT)netvision.net.il
40,023 questions
51,974 answers
573 users
#include <stdio.h> int main(void) { float f = 72.98; char ch = (char)f; printf("%d\n", ch); return 0; } /* run: 72 */