What is the % operator?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
% is the modulus operator which will results in giving the
remainder of two numbers who stays as operands
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mohammed salim
% is a modulus operator..And it returns the remainder of
the division operation.
| Is This Answer Correct ? | 3 Yes | 1 No |
How big is a 64 bit float?
Which is easier .net or java?
What is ide with example?
Can you explain the usages of class.forname()?
List the interfaces which extends collection interface?
What are E and PI?
What is difference between iterator and enumeration in java?
What is formatted output in java?
What is variable and rules of variable?
How can you share data between two thread in Java?
What is a dynamic array in java?
Can we clone singleton object?