WHAT IS THE DIFFERENCE BETWEEN SINGLE EQUAL “=” AND DOUBLE EQUAL “==” OPERATORS IN C?
Single equal is an assignment operator used to assign the values to the variables.
But, double equal is relational operator used to compare two variable values whether they are equal are not.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Single equal is an assignment operator used to assign the values to the variables.
But, double equal is relational operator used to compare two variable values whether they are equal are not.
need an explanation for this answer? contact us directly to get an explanation for this answer