Write a single instruction that will find the remainder of
integral division when x is divided by y. Have the answer
stored in z.
z=x%y;
my answer surety %=60%
_Nithin Devang
| Is This Answer Correct ? | 2 Yes | 0 No |
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Search for: what is pair in c++?
Write a program to show polymorphism in C++?
what is the basic concept of c++(object oriented programing)
What is a dynamic binding in c++?
What is a protocol class?
What happens when the extern "c" char func (char*,waste) executes?
What is an object in c++?
Difference between overloading vs. Overriding
What operators can you overload in c++?
Define the process of error-handling in case of constructor failure?
What is a tree in c++?