What is the difference between = and == in C?
Answer Posted / kiranmai
= is used to assign the value it is called assignment operator where as
== is used to compare whether the left side and right side values are equal or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the effects after calling the delete this operator ?
What is #include ctype h in c++?
What is polymorphism in c++? Explain with an example?
What gives the current position of the put pointer?
What are c++ variables?
How do you remove an element from a set in c++?
Write about a nested class and mention its use?
What is the type of this pointer in c++?
Describe new operator?
How many static variables are created if you put one static member into a template class definition?
What is the protected keyword used for?
Which software is best for coding?
What are register variables?
Explain the differences between private, public and protected and give examples.
What is a c++ class?