Login
Remember
Register
Questions
Ask a Question
What is the purpose of FLOOR function?
Home
>
Technology
>
What is the purpose of FLOOR function?
0
votes
asked
Nov 9, 2020
in
Technology
by
Editorial Staff
(
55.6k
points)
What is the purpose of FLOOR function?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 9, 2020
by
Editorial Staff
(
55.6k
points)
What is the purpose of FLOOR function?
FLOOR function is used to round up a non-integer value to the previous least integer. Example is given
FLOOR(6.7)
Returns 6.
Related questions
0
votes
1
answer
In Java,what will be the output of the following code and how?double x=2.9,y=2.5;(SOP is abbreviated form of System.out.println)SOP(Math.min(Math.floor(x),y));SOP(Math.max(Math.ceil(x),y));
asked
Nov 28, 2021
in
Education
by
JackTerrance
(
1.7m
points)
computer-science-interview-questions
computer-science-questions
0
votes
1
answer
What is the purpose of built-in stricmp() function?
asked
Jan 18, 2021
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What is the purpose of built-in stricmp() function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Five persons entered the lift cabin on the ground floor of an 8 floor house. Suppose that each of them independently and with equal probability can le
asked
Nov 15, 2021
in
Education
by
JackTerrance
(
1.7m
points)
probability-interview-questions
probability-interview-questions-answers
probability-multiple-choice-questions
probability-mcq-with-answers
probability-mcq
probability-questions
0
votes
1
answer
Difference between Floor division and Division operator? please tell fast and correct
asked
Dec 24, 2021
in
Education
by
JackTerrance
(
1.7m
points)
computer-science-interview-questions
computer-science-questions
...