1#include <stdio.h>2 3int main(int argc, char const *argv[]) {4 puts("Hello address masking world"); // break here5}6