Computer Science, asked by dnreddy1960, 9 months ago

What will be the output of the
following C code?
#include <stdio.h>
void main)
{
int k=8;
int x=0=1 && k++;
printf("%d%d\n", x, k):
}
09
08
18
19​

Answers

Answered by joshau7
1

Answer:

c program is the answer of the question

Similar questions