What is the difference between = and == in C?
Answer Posted / nila
= this is assignment operator.it is used to assign a
variable to variable and assign a value to variable.
== this is comparison iperator.it is used to compare any
two variable and values.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How can you say that a template is better than a base class?
What is the difference between interpreters and compilers?
What does h mean in maths?
What is the difference between #define debug 0 and #undef debug?
What is the use of c++ programming language in real life?
Distinguish between new and malloc and delete and free().
What is auto type c++?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the purpose of ios::basefield in the following statement?
What is lambda in c++?
How can an improvement in the quality of software be done by try/catch/throw?
What is data binding in c++?
Why do we need function?
Can we define function inside main in c++?
What are smart pointers?