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
What is an undefined behavior and sequence points
What happens if a pointer is deleted twice?
What are the various storage classes in C++?
What is the purpose of extern storage specifier?
Why is main function important?
What is nested class in c++?
What is the history of c++?
What is &x in c++?
When does a name clash occur in c++?
Do you know the use of vtable?
Write bites in Turbo c++ Header ("Include") Files.
Is c++ primer good for beginners?
Explain what happens when a pointer is deleted twice?
What is the difference between strcpy() and strncpy()?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero