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

What problem does the namespace feature solve?

1 Answers  


How size of a class can be calulated?

2 Answers  


What is virtual destructors? Why they are used?

1 Answers  


Can I run c program in turbo c++?

0 Answers  


Keyword mean in declaration?

0 Answers  






What new()is different from malloc()?

0 Answers  


Please explain class & object in c++?

0 Answers  


What is istream c++?

0 Answers  


What are stacks? Give an example where they are useful.

0 Answers  


Why would you use pointers in c++?

0 Answers  


Are there any special rules about inlining?

0 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


Categories