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 )?

1400

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.

1429

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

1566

Post New Maxobiz Interview Questions


Maxobiz Interview Questions


Un-Answered Questions

If you have a valve with an applied pressure, how do you determine the stress to the closed and open valve?

1444


What are the different optimizers that are used to optimize database?

1


Difference between data warehousing and olap?

641


What are important features of wpf?

118


You are not among the toppers, where do you stand(rank) in your class, what is the reason of your low performance?

699






How do you organize css?

276


Which function is used in php to search a particular value in an array?

498


List out the data context functions. Where do we use “submitchanges()"?

63


How to clear cache in laravel?

433


What causes static?

435


How to get typed text from a textbox?

576


What is java angular?

393


Shall I run more than one process at same resource?

1


What will you get by the cursor attribute sql%rowcount?

545


What is the use of codeigniter?

364