What does the modulus operator do?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Thanks for the question Sumit..... Modulus operator will gives you the remainder. Thank You, Team DishaaPro www.dishaapro.com
Comments

Training Centre

Modulus operator '%' gives the remainder of any expression. For example : r=10%3; // r is 1 , because if you divide 10 by 3 then the remainder is 1
Comments

It provides you the remainder of an integer value.
Comments

Trainer

It's not hard to come up with a formula, but the language provides a built-in mechanism, the modulus operator ('%'), that computes the remainder that results from performing integer division. The modulus operator is useful in a variety of circumstances.
Comments

Computer and Photography Instructor

Modulus operator returns only the remainder for ex 3%2 its return '1' 2%2 return '0'
Comments

Professional It Trainer With More Than 5 Years of Experience.

The modulus operator finds the remainder value after division of one number by another.
Comments

Educator

Modulus operator finds the remainder when a number is divided by another number. Unlike divide which gives the quotient, modulus operator gives the remainder. Example, 100/5 will give 20 and 100%5 will give 0. Also, modulus operator cannot be used with float variables.
Comments

C Language Trainer

Modulus operator returns the remainder after division operation. Division operator returns the quotient after division operation. This sample prog prints 1 for modulus operation and 3 for division operation.
Comments

Math

it gives the remainder after devision
Comments

calculates remainder, 5%2 is 1
Comments

View 20 more Answers

Related Questions

Is a default case necessary in a switch statement?
NO, default is optional and you can omit it if there is no use of it.
My
How do I send a C program via email?
upload your file in gdrive then use that link you can easily email that program
Furqankhan
0 0
5
How do we print something, e.g. my name, in C language without using the printf function?
int main() { char str1; char str1; strcpy (str1,"tutorialspoint"); strcpy (str1,"compileonline"); puts(str1); puts(str1); return (0); } Compile and run the above program to produce the following result tutorialspoint compileonline
Praveen
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons



C Program-The Odd Loop Demo
/* WAP to print square value of the number entered by user using odd loop*/ //Header Files #include<stdio.h>#include<conio.h> //Main Function void main(){ char another='y'; int num,sq; //...

Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

Why do pointers have a datatype?
Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that we are asking the compiler to give us 2 bytes of space...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you