Computer Science, asked by demonhunter3807, 5 months ago

plz plz solve this
computer java chapter ​

Attachments:

Answers

Answered by hijackmereddy
1

Answer:

A) output: the value of d is 10

Answered by kanchankasthwal
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