1. The cracks in helical springs used in railway carriages usually start on the inner side of the coil because of the fact that





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Read the statements carefully and answer the question which follow: A cube has six sides each of a different colour.The red side is opposite black.The green side is between red and black.The blue side is adjacent to white .The brown side is adjacent to blue.The red side is face down.The side opposite brown is:....
QA->Transformers, Microphones, Induction coil, Generators, Motors, Induction coil work on the principle of?....
QA->A charge of current in neighbouring coil will induce (contribute) a voltage (emf) in a coil is termed as?....
QA->The longest electrified railway tunnel situated between Cherlopalli and Rapuru Railway stations, and measuring 6.6 kilometres has been commissioned by South Central Railway (SCR) in which state?....
QA->.....is usually used by the crew of a submarine to survey the ships etc, on the surface of the sea while the submarine is under water. It also enables the sailors to observe objects on the other side of an obstacle without exposing themselves..?....
MCQ->The cracks in helical springs used in railway carriages usually start on the inner side of the coil because of the fact that....
MCQ->Springs may be classified as either helical springs or flat springs.....
MCQ->In the following program add a statement in the function fact() such that the factorial gets stored in j. #include void fact(int); int main() { int i=5; fact(&i); printf("%d\n", i); return 0; } void fact(int j) { static int s=1; if(j!=0) { s = sj; j = j-1; fact(j); / Add a statement here / } }....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> long FactFinder(long = 5); int main() { for(int i = 0; i<= 0; i++) cout<< FactFinder() << endl; return 0; } long FactFinder(long x) { if(x < 2) return 1; long fact = 1; for(long i = 1; i <= x-1; i++) fact = fact i; return fact; }....
MCQ->Fact 1: All dogs like to run. Fact 2: Some dogs like to swim. Fact 3: Some dogs look like their masters. If the first three statements are facts, which of the following statements must also be a fact? I: All dogs who like to swim look like their masters. II: Dogs who like to swim also like to run. III: Dogs who like to run do not look like their masters.....
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