main(int argc,char const * argv[])1 int main(int argc, char const *argv[]) { 2 int i = 5; 3 return 0; // break here 4 } 5