Write a corrected statement in c++ so that the statement
will work properly. x =+ 7;
Answer Posted / ravin
x+=7;
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
explain the reference variable in c++?
What is the size of integer variable?
Explain how to initialize a const member data.
How to declare a pointer to an array of integers?
What is do..while loops structure?
Which compiler does turbo c++ use?
Why do we use iterators?
Why should you learn c++?
What is the difference between a declaration and a definition?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Can turbo c++ run c program?
What is scope resolution operator in c++ with example?
What is an associative container in c++?
What is the best free c++ compiler for windows?
What is the use of setfill in c++?