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 is the arrow operator in c++?

0 Answers  


What are the extraction and insertion operators in c++?

0 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


Difference between struct and class in terms of access modifier.

0 Answers  


How do you master coding?

0 Answers  






What size is allocated to the union variable?

0 Answers  


What is ios in c++?

0 Answers  


What is the difference between struct and class?

1 Answers  


What is c++ prototype?

0 Answers  


Explain the difference between realloc() and free() in c++?

0 Answers  


What is a "Copy Constructor"?

2 Answers  


Explain data encapsulation?

0 Answers  


Categories