Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
fun with signed casting
//gcc 5.4.0 #include <stdio.h> #include <stdint.h> int main(void) { int8_t i8 = -5; int64_t i64 = (int64_t)i8; if(i64 < 0){ printf("negative\n"); }else{ printf("positive\n"); } return 0; }
run
|
edit
|
history
|
help
1
RSA Algo
child process
Instruction order in C/C++
Access the structure variable
Max2
Estrutura
18BCE2182 LAB FAT-2-A-i
time conversion1
Programação em C, testes
HW4e5