Computer Science, asked by ranimurthy, 2 months ago

What will be the output of the following C code?
#include
int main()
{
inti= 3;
int k=i%2;
printf("%d", k);
}​

Answers

Answered by ghazalayamin
0

Answer:

output will be f("%d",k)

Similar questions