What is the difference between = and == in C?
Answer Posted / nashiinformaticssolutions
== checks equality; = assigns values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What c++ library is string in?
Is set c++?
What is data binding in c++?
Will the following program execute?
What do you know about near, far and huge pointer?
Why do we use the using declaration?
Can a constructor return a value?
How the programmer of a class should decide whether to declare member function or a friend function?
What is class syntax c++?
Can char be a number c++?
Do you know the problem with overriding functions?
Explain some examples of operator overloading?
Are c and c++ different?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is pointer in c++ with example?