Report Bug

Qus: Are the Round and Trunc functions the same?

QusRound और Trunc फंक्शन एक समान होते हैं?


A. TRUE
B. FALSE


Solution
B. FALSE



Explanation

 =ROUND(4.7) gives the result 5 where =TRUNC(4.7) gives the 4

round function rounds the number where trunc remove (truncate) the decimal value.