Computer Science, asked by kodalivijayakumari12, 9 months ago

Which of the following are incorrect statements?
1) if(a==7) printf("IncludeHelp");
2) if(7==a) printf("IncludeHelp");
3) if(a=7) printf("IncludeHelp");
4) if(7=a) printf("IncludeHelp");
a) 1 and 2.
b) 3 only.
c) 4 only.
d) 2,3 and 4.

Answers

Answered by cbss20050641
0

Answer:

(a) 1 and 2.

please mark as brainliest

Similar questions