Write a corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;
Answers were Sorted based on User's Feedback
What are pointers used for c++?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
Is c++ fully object oriented?
Can notepad ++ run c++?
Describe the process of creation and destruction of a derived class object?
Can you use the function fprintf() to display the output on the screen?
What is static function? Explain with an example
Is c++ a programming language?
What is java and c++?
Mention the ways in which parameterized can be invoked.
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
How should a contructor handle a failure?