plz plz solve this
computer java chapter
Attachments:
Answers
Answered by
1
Answer:
A) output: the value of d is 10
Answered by
2
Answer:
#include "stdio.h"
int main()
{
int x, y = 5, z = 5;
x = y == z;
printf("%d", x);
getchar();
return 0;
}
please mark me as brainliest
hijackmereddy:
output: the value of x is 1
Similar questions