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

Answer Posted / nithin devang

z=x%y;

my answer surety %=60%
_Nithin Devang

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the limitation of cin while taking input for character array?

1449


What is a v-table?

642


What is low level language in simple words?

554


Is c++ harder than java?

564


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

640






What are the advantages of early binding?

606


What is the cout in c++?

547


What are the different types of polymorphism in c++?

583


Define the operators that can be used with a pointer.

569


What do manipulators do?

560


Explain the difference between new() and malloc() in c++?

620


How a macro differs from a template?

633


Which software is used to run c++ program?

546


What is virtual destructor ans explain its use?

599


What are pointer-to-members? Explain.

622