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 |
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Differentiate between the manipulator and setf( ) function?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
What is type of 'this' pointer? Explain when it is get created?
What is c++ in english?
Can you overload the operator+ for short integers?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is data structure in c++?
What is problem with Runtime type identification?
How do I run a program in notepad ++?
How can a '::' operator be used as unary operator?
What are vtable and vptr?