Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


what is c++

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


List the features of oops in c++?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


What and all can a compiler provides by default?

3 Answers   Accenture, HP,


Difference between class and structure.

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Can circle be called an ellipse?

0 Answers  


Explain the extern storage classes in c++.

0 Answers  


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


Categories