Comment on assignment operator in c++.
Answer / Sajal Shukla
The assignment operator (=) in C++ is used to assign the value of the right operand to the left operand. For example, in the statement `x = y;`, the value of `y` is assigned to `x`. It has a higher precedence than arithmetic operators.
| Is This Answer Correct ? | 0 Yes | 0 No |
When does a name clash occur in c++?
What are single and multiple inheritances in c++?
What is insertion sorting?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What is the difference between operator new and the new operator?
What is the real purpose of class – to export data?
What is binary object model?
Write a function that swaps the values of two integers, using int* as the argument type?
What is the outcome of cout< a) 16 b) 17 c) 16.5
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Write bites in Turbo c++ Header ("Include") Files.
What are the four partitions in which c++ compiler divides the ram?