* @brief inOrderIterative() function that will perform the inorder traversal * iteratively, and return the result array that contain the inorder traversal * of a tree. * @param root head/root node of a tree * @return result that is containing the inorder traversal of a tree */