I have two programs:
First program:
#include int main() { static const int a = 10; int * b; b = &a; *b = 200; printf