#include #include int * volatile vp; volatile int * p; volatile int j; int main() { volatile int i; i = 2; printf("Hello World\n"); }