M
Q. #include <iostream>
using namespace std;
int main()
{
float a = 22.22;
double b = 22.22;
if (a == b) cout << "Matching";
else cout << "Not Matching";
return 0;
}
Be the first to start discuss.
Related MCQs
Q. The acme threads are usually found on
Q. Thermal equilibrium means that the flow of steam is ____________
Q. The right-hand rule is used to determine the direction of the
Q. Wooden poles for supporting transmission lines are used for voltages upto
Q. The emission of carbon monoxide in automobile exhaust will be low when the vehicle is
Q. Total heat is the heat required to
Q. A leaf spring in automobiles is used
Q. The standard frequency of electric power supply in India is
Discusssion
Login to discuss.