1. The cross-section of a standard fillet is a triangle whose base angles are





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->A train of length 150 meters took 8 seconds to cross a bridge of length 250 meters. Time taken by the train to cross a telephone post is....
QA->Who is the author of Naked Triangle ?....
QA->Who is the author of “Naked Triangle”?....
QA->Who is the author of Bermuda Triangle ?....
QA->Who is the author of “Bermuda Triangle”?....
MCQ->The cross-section of a standard fillet is a triangle whose base angles are....
MCQ->The difference between the sum of the angles of a plane triangle and the sum of the angles of a spherical triangle is one second when the triangle on the earth surface has an area of about....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->What is the area of a right-angled triangle? I.  The perimeter of the triangle is 30 cm. II.  The ratio between the base and the height of the triangle is 5 : 12.  III.  The area of the triangle is equal to the area of a rectangle of length 10 cm.....
MCQ->The area of a rectangle is equal to the area of right-angles triangle. What is the length of the rectangle? I.  The base of the triangle is 40 cm.  II.  The height of the triangle is 50 cm.....
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