Find the output of the following C Apptitude
My question is
Find the output of the following
main()
{
int k = 5;
if (++k < 5 && k++/5 || ++k <= 8);
printf("%d\n", k);
}Advance Thanks,R.Rengaraj
{Java Certification Quiz}
{On this forum my 21st Question.}