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
make a middle node of doubly linklist to the top of the list
What is meant by iomanip in c++?
Friend functions can access private and protected members of a class.
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
Who made c++?
What are the operators in c++?
Explain differences between new() and delete()?
Is vector a class in c++?
What is difference between array and vector in c++?
What is c++ library?
Which software is best for c++ programming?
What is main function in c++ with example?