What is the difference between = and == in C?
Answer Posted / varsha vilas kalebag
== assignment operator
= equal to
| Is This Answer Correct ? | 8 Yes | 17 No |
Post New Answer View All Answers
What is a c++ vector?
How are the features of c++ different from c?
Explain container class.
How can a called function determine the number of arguments that have been passed to it?
What is a class definition?
What is the real purpose of class – to export data?
Is c++ vector a linked list?
What is DlgProc?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is the difference between reference and pointer?
How a pointer differs from a reference?
Do vectors start at 0?
Tell me an example where stacks are useful?
What is virtual base class uses?
what are Operators and explain with an example?