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
Which algorithm do you like the most? Why?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
How many lines of code you have written for a single program?
What is the difference between the compiler and the preprocessor?
What is the use of ::(scope resolution operator)?
What is the purpose of the "delete" operator?
what is the emaning of '#include" "'?
How would you implement a substr() function that extracts a sub string from a given string?
What is an html tag?
What is the rule of three?
Differentiate between an inspector and a mutator ?
difference between macro and function?