Write a single instruction that will find the remainder of
integral division when x is divided by y. Have the answer
stored in z.
Answer Posted / nithin devang
z=x%y;
my answer surety %=60%
_Nithin Devang
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is the use of pointer in c++ with example?
What is the benefit of encapsulation?
What is a dangling pointer in c++?
Do you know what are static and dynamic type checking?
What is the difference between delegation and implemented-in-terms-of?
What are 2 ways of exporting a function from a dll?
Which operator cannot be overloaded c++?
Why is swift so fast?
What is function overriding in c++?
What is dynamic and static typing?
Can you please explain the difference between overloading and overriding?
Which programming language is best to learn first?
What is object in c++ example?
What are virtual constructors/destructors?