1. Corrosion resistance of steel is increased by the addition of





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Stainless Steel ഉണ്ടാക്കാൻ Steel ൻ്റെകുടെ ചേർക്കുന്ന ലോഹം....
QA->If a number is increased by 30% and then from the increased number its 30% is decreased. Then :....
QA->Which steel firm has won the Prime Minister’s trophy for ‘Best Performing Integrated Steel Plant’ in 2015-16?....
QA->If the diameter of a circle is increased by 100%, its area is increased by :....
QA->The most corrosion-resistant metal?....
MCQ->What is correct about the following program? #include class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->Corrosion resistance of steel is increased by the addition of....
MCQ->What will be the output of the following program? #include<iostream.h> struct MyData { public: int Addition(int a, int b = 10) { return (a = b + 2); } float Addition(int a, float b); }; int main() { MyData data; cout<<data.Addition(1)<<" "; cout<<data.Addition(3, 4); return 0; }....
MCQ->Assertion (A): If the resistance of shunt of an ammeter is increased, the range of ammeter is reduced.Reason (R): If the series resistance of a voltmeter is increased, the range of voltmeter is increased.

....
MCQ->__________ is the process of coating the surface of steel with aluminium oxide, thereby imparting it increased resistance to corrosion & oxidation upto a temperature of 700°C.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution