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

Answers were Sorted based on User's Feedback



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

Answer / ravin

x+=7;

Is This Answer Correct ?    5 Yes 1 No

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

Answer / rose

x+=7

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More C++ General Interview Questions

Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

1 Answers  


Do vectors start at 0?

1 Answers  


Can I learn c++ without learning c?

1 Answers  


Is linux written in c or c++?

1 Answers  


Why do we use structure in c++?

1 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


What is time h in c++?

1 Answers  


What does flush do?

1 Answers  


Explain public, protected, private in c++?

1 Answers  


What are different types of loops in c++?

1 Answers  


How we can differentiate between a pre and post increment operators during overloading?

1 Answers  


What are the 2 main types of data structures?

1 Answers  


Categories