Write a corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;
Answer Posted / kannan
if(x==y)
printf("x=2*z");
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give 10 points of differences between C & C++.
Does c++ vector allocate memory?
What happens when the extern "c" char func (char*,waste) executes?
What is #include cstdlib in c++?
What is the identity function in c++? How is it useful?
What are c++ files?
What's the best free c++ profiler for windows?
How do you save a c++ program?
Can we distribute function templates and class templates in object libraries?
How does code-bloating occur in c++?
Describe protected access specifiers?
What is the use of setfill in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Can c++ do everything c can?
Difference between a homogeneous and a heterogeneous container