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

1408

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.

1435

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 C++ General Interview Questions


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


Un-Answered Questions

How many retained earnings a/c can be defined?

625


What are the applications of flip-flops?

504


Fact table is in normalized or de-normalized form?

540


Brief helpful information about sap simple finance?

300


How do you maintain a positive discussion?

645






Which language is used in microsoft?

533


How do you reset windows explorer?

569


Does java have a compiler?

553


How do you stop apps running in the background on ios?

426


If a developer said the bug a QA found is not a bug, what should i do despite having to reproduced the screenshot of the application?

258


How do components communicate with each other in angular 2?

452


What kinds of decisions are most difficult for you at Starbucks?

682


What do you know about csrf token in laravel? How can someone turn off csrf protection for a specific route?

424


What is main ts in angular?

410


How to redirect both standard output and standard error to the same location?

627