#include #include int main() { // printf("%s", __STDC_IEC_559__); // printf("%s", __STDC_IEC_559_COMPLEX__); printf("%d\n", __STDC_VERSION__); printf("%d", __STDC_HOSTED__); };