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 C++ General 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 )?

1413

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.

1447

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

1582

Post New Maxobiz C++ General Interview Questions


Maxobiz C++ General Interview Questions
    Maxobiz C++ General Interview Questions (3)


Un-Answered Questions

What is type 2 version dimension?

573


Differentiate between synchronous and asynchronous links.

619


what is static identifier in c language?

1702


What is winword exe in task manager?

314


How can you create your custom interceptor in struts 2?

537






What are membership operators in python? Write an example to explain both.

442


What are the various ipc mechanisms?

557


What is flask & its benefits?

478


List down all sorts of clients related to business objects? : sap bobi

475


What is pptx file format?

467


What is debt to GDP ratio of a country?

658


Explain how routing works in angularjs?

473


High speed gear is obtained in the case of sliding mesh gear box when a) Motion is transferred through the clutch gear to lay shaft gear b) Main shaft is coupled to the clutch shaft c) Smallest gear on the lay shaft is engaged d) Largest gear on the lay shaft is engaged

898


what is windows card space?

558


What is == mean?

553