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

1418

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.

1451

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

1588

Post New Maxobiz C++ General Interview Questions


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


Un-Answered Questions

What do you mean by word data science?

112


What is the php function that removes the first element of the array and returns it?

519


How can you read a directory in a C program?

659


What is schema in db2?

578


How we can change the images for template in joomla?

74






Explain in a testing project what testing activities would you automate?

727


Which built-in method adds one or more elements to the end of an array and returns the new length of the array?

821


Name some types of pathogens?

633


what is transaction state, buffer management, shadow paging

2937


How to render an html page using only swing.

596


Can you define oozie?

213


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3853


why -48 voltage is given to bts?

2257


what are tdp sql/exchange/domino configuration files?

482


What is android:minsdkversion?

543