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

What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


What is :: operator in c++?

0 Answers  


What does new in c++ do?

0 Answers  


What are class and object in C++?

1 Answers  


What is the use of bit fields in structure declaration?

0 Answers  






Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

0 Answers  


What is the importance of mutable keyword?

0 Answers  


Discussion on error handling of C++ .

0 Answers  


How do you initialize a string in c++?

0 Answers  


Define virtual constructor.

0 Answers  


how to swap two numbers with out using temp variable

12 Answers   Global eProcure, TCS,


How long it will take to learn c++?

0 Answers  


Categories