Computer Science, asked by bhavanapchoudhary342, 3 months ago

.
Find errors if any :
a) if(a + b = c && c<0)
printf("wrong");

Answers

Answered by jai696
3

\huge\red{\mid{\fbox{\tt{Using\: C}}\mid}}

if (a + b == c && c < 0) {

printf("wrong");

}

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions