Write a single instruction that will find the remainder of
integral division when x is divided by y. Have the answer
stored in z.
z=x%y;
my answer surety %=60%
_Nithin Devang
| Is This Answer Correct ? | 2 Yes | 0 No |
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
describe private access specifiers?
What are the main features of c++?
How to avoid a class from instantiation?
To which numbering system can the binary number 1101100100111100 be easily converted to?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Is java based off c++?
Explain the difference between overloading and overriding?
Write the program for fibonacci in c++?
Write a C++ Program to check whether a number is prime number or not?
What is flush () in c++?