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

Answers were Sorted based on User's Feedback



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

Answer / rose

z= x+y


Is This Answer Correct ?    4 Yes 0 No

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

Answer / ravin

z=x+y;

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C++ General Interview Questions

Can char be a number c++?

0 Answers  


What is the use of setprecision in c++?

0 Answers  


C is to C++ as 1 is to a) What the heck b) 2 c) 10

0 Answers  


What does I ++ mean in c++?

0 Answers  


Define 'std'.

0 Answers  






Are there any new intrinsic (built-in) data types?

1 Answers  


What is the default access level?

0 Answers  


Differentiate between the message and method?

1 Answers  


Can we use this pointer in a class specific, operator-overloading function for new operator?

0 Answers  


What is a parameterized type?

1 Answers  


Explain the concept of memory leak?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


Categories