What is the difference between equal to (==) and assignment operator (=)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a v-table?

0 Answers  


What are the vectors in c++?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What is polymorphism in c++? Explain with an example?

0 Answers  


What are mutator methods in c++?

0 Answers  


Explain the properties and principles of oop.

0 Answers  


What is the difference between an array and a list?

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,


What is the extraction operator and what does it do?

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


what are the characteristics of Class Members in C++?

0 Answers  


Categories