Pergunta de entrevista da empresa Nokia

What does this function return? int function(){ int k = 6; if(++k >8 && ++k < 10 || k++ >= 7) return k; }