What is the difference between = and == in C?
Answer Posted / datta khilari
= operator is assignment operator
== is operator comparision two values
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is null and void pointer?
What is setw manipulator in c++?
What are register variables?
What does override mean in c++?
What does std mean in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
How do you save a c++ program?
How is computer programming useful in real life?
How would you use the functions sin(), pow(), sqrt()?
Differentiate between structure and class in c++.
What is the header file for setw?
What does #define mean in c++?
In the derived class, which data member of the base class are visible?
If I is an integer variable, which is faster ++i or i++?
Which is the best c++ software?