a = b changes the value of a and makes it the same as the value of b.
a == b does not change the values of a or b. It is an expression that is equal to 1 if a and b are the same or to 0 if a and b are different.
For example:
if ( a == b) { c = d;}
means if a and b are the same, then set c equal to d.
C does let you write the following:
if ( a = b) { c = d;}
This sets a equal to the value of b, and then if the new value of a is non-zero, it sets c equal to d. You can do this, but if you see a single equal sign in an "if" condition, that usually (but not always) is a mistake.
Chat with our AI personalities
ax2+bx+c = 0 is the general form of a quadratic equation which normally has two solutions
Particular integral is finding what the integral is for example the integral of 2x is x^2 + C. Finding the particular solution would be finding what C equals from the particular integral.
Computer Concepts & Programming
With no knowledge about A, B, C and D or the relation between them, it is impossible to give an answer.
16.7 is d ans