Posts by Anne • 1 point
1 post
-
0
votes2
answers242
viewsQ: Code::Blocks does not print pointer value
I developed a C code to print the value and address of the variable x using a p pointer, but Code::Blocks does not print the values. #include <stdio.h> #include <conio.h> int main() {…