We want to print chars at only even positions (or odd index) in this C-style string:
char str[] = "Hello Kitty";
Which one of following solutions is not correct?