@rengaraj-89Rrct
•
Oct 16, 2024
Oct 16, 2024
1.1K
Find the output of the following C Apptitude
Sir / madam,
My question is
Find the output of the following
main()
{
int k = 5;
if (++k < 5 && k++/5 || ++k <= 8);
printf("%d\n", k);...