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
0
Answer:
output will be f("%d",k)
Similar questions