this code keep giving me black question mark error, I am trying to implement the code something is wrong, please help.
#include <stdint.h> #include <stdbool.h> #include <stdio.h> int main() { char a = 'b'; printf("%c",(char *)(&a)); return 0; }
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
this code keep giving me black question mark error, I am trying to implement the code something is wrong, please help.
#include <stdint.h> #include <stdbool.h> #include <stdio.h> int main() { char a = 'b'; printf("%c",(char *)(&a)); return 0; }