Write a single instruction that will find the remainder of
integral division when x is divided by y. Have the answer
stored in z.



Write a single instruction that will find the remainder of integral division when x is divided by ..

Answer / nithin devang

z=x%y;

my answer surety %=60%
_Nithin Devang

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is arr and &arr are same expression for an array?

0 Answers  


Can we use struct in c++?

0 Answers  


What is purpose of abstract class?

0 Answers  


How a new element can be added or pushed in a stack?

0 Answers  


What is difference between n and endl in c++?

0 Answers  






What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is the use of endl in c++?

0 Answers  


How to declare a pointer to an array of integers?

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


How Virtual functions call up is maintained?

2 Answers  


To which numbering system can the binary number 1101100100111100 be easily converted to?

0 Answers  


Categories