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 are virtual functions in c++?

0 Answers  


What is a manipulative person?

0 Answers  


What are proxy objects in c++?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  






Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


How important is c++?

0 Answers  


Can we make copy constructor private in c++?

0 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


Is set c++?

0 Answers  


Categories