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
Declare a class vehicle and make it an abstract data type.
Which c++ compiler is best?
What is the insertion operator and what does it do?
What are the methods of exporting a function from a dll?
Explain polymorphism?
What is enum c++?
What is recursion?
What is difference between array and vector in c++?
Describe protected access specifiers?
Is map sorted c++?
Explain differences between alloc() and free()?
Explain terminate() function?
What new()is different from malloc()?
Is there structure in c++?
What is the use of namespace std in C++?