Write a corrected statement in c++ so that the statement
will work properly. x + y=z;

Answer Posted / rose

z= x+y


Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an undefined behavior and sequence points

662


What happens if a pointer is deleted twice?

902


What are the various storage classes in C++?

747


What is the purpose of extern storage specifier?

712


Why is main function important?

686






What is nested class in c++?

595


What is the history of c++?

640


What is &x in c++?

664


When does a name clash occur in c++?

806


Do you know the use of vtable?

742


Write bites in Turbo c++ Header ("Include") Files.

775


Is c++ primer good for beginners?

674


Explain what happens when a pointer is deleted twice?

880


What is the difference between strcpy() and strncpy()?

732


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

754