Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
8.1k views
in Programming by (120k points)
closed by
Which one of these is floor division?

(a) /

(b) //

(c) %

(d) None of the mentioned

1 Answer

0 votes
by (120k points)
selected by
 
Best answer
Correct option is (b) //

The best I can explain: When both of the operands are integer then python chops out the fraction part and gives you the round off value, to get the accurate answer use floor division. This is floor division. For ex, 5/2 = 2.5 but both of the operands are integer so answer of this expression in python is 2. To get the 2.5 answer, use floor division.

Related questions

0 votes
1 answer
asked Apr 10, 2023 in Python by kvdevika (178k points)
0 votes
1 answer
asked Feb 20, 2022 in Programming by DivyansheeSahoo (120k points)
0 votes
1 answer
0 votes
1 answer

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...