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
What is the difference between global int and static int declaration?
What are arrays c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Is it possible to provide default values while overloading a binary operator?
What is a .lib file in c++?
How do you define a class in c++?
What is a float in c++?
How is objective c different from c++?
Why do we use setw in c++?
What do you mean by function pointer?
What is the difference between C and CPP?
How the endl and setw manipulator works?
Explain virtual class and friend class.
What does new do in c++?