Write a corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;
Answers were Sorted based on User's Feedback
How are Structure passing and returning implemented by the compiler?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
What are the different types of variables in C++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is a dll entry point?
What are static variables?
Why are pointers used?
What is malloc in c++?
How would you use the functions randomize() and random()?
When the design recommends static functions?
Will c++ be replaced?