Computer Science, asked by suribabuvalisetty008, 5 months ago

#include<stdio.h>
Int main()
{
Int a=2,b=3,c=4;
If(a| |b| |c)
c=10;
else
c= 20
print("\na=%d \t b=%d \t c=%d",a,b,c);
return 0;
}​

Answers

Answered by tykianna43940
0

Answer:

ok

Explanation:

Similar questions