What is the difference between = and == in C?
Answer Posted / vaibhav meena
= is assignment operator. It is used to assigne a value to a
variable.
and == is a comparison operator is is used to compare to values.
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
What is the c++ programming language used for?
What is diamond problem in c++?
What are the differences between malloc() and calloc()?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are the advantage of using register variables?
What happens when you make call 'delete this;'?
Will a catch statement catch a derived exception if it is looking for the base class?
What is helper in c++?
In the derived class, which data member of the base class are visible?
Are php strings immutable?
What is abstraction in c++?
What is the use of setfill in c++?
Write my own zero-argument manipulator that should work same as hex?
What is the difference between the functions rand(), random(), srand() and randomize()?
Can we use this pointer inside static member function?