hello, I am trying to understand how pointer works, but there is something I dont get:

insert

#include <stdio.h>

main()
{
int *pointer;
int number=10;