Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Write the equivalent C++ statement for the following expression

  Shared By: Bailey Evans    Date: Dec 01    Category: C++ Programming    Views: 1134

Answer:

X= *c/d

Options

a) X=sqrt(a+b) *(c/d);
b) X=(squareroot(a+b)*c)/d;
c) X=( * c)/d;
d) None of the above


Answer : a) X=sqrt(a+b) *(c/d);

Share: 
 


Related Topics:

Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: