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 is abstraction c++?
Tell me can a pure virtual function have an implementation?
What are the rules about using an underscore in a c++ identifier?
What is the purpose of template?
Explain differences between alloc() and free()?
What is an operator in c++?
Explain the use of vtable.
What is the use of endl in c++?
write a programme to get a character and thier ASCII value
What is a local variable?
What is the use of class in c++?
How do you define/declare constants in c++?
Which coding certification is best?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Describe Trees using C++ with an example.