What is the difference between = and == in C?
Answer Posted / nashiinformaticssolutions
=: Assignment operator (e.g., x = 10).
==: Equality comparison operator (e.g., if (x == 10)).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the v-ptr?
What is a namespace in c++?
Write a program to show polymorphism in C++?
Is atoi safe?
What is a float in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is difference between malloc()/free() and new/delete?
Write my own zero-argument manipulator that should work same as hex?
What is c++ code?
How many keywords are used in c++?
What is the advantage of c++ over c?
How does c++ sort work?
Why c++ is faster than java?
What flag means?
What is cin clear () in c++?