Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Maxobiz Interview Questions
Questions Answers Views Company eMail

Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

1406

Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

1433

Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

1578

Post New Maxobiz Interview Questions


Maxobiz Interview Questions


Un-Answered Questions

What is a binary file and how do I open it?

506


What is the purpose of the "//" operator in python?

459


Explain the protected field modifier?

588


What is meant by alternate drill down with ex?

622


How many static constructors are allowed in a class?

478






Do I need program files and program files x86?

679


What is a view set ?

92


Explain rdbms?

600


What is the relation between hudson and jenkins?

1


what is constat for brickwork

1684


In which principles tx ,pressure gauge,Temp gauge,control valve works?

1292


Why would you use xml?

454


How do I find duplicates?

312


What is capacitance?

730


What makes a molecule into an organic molecule?

614