Quizzes
C++
What is th ...
Theory
Android
Log In
Sign Up
Programming Quizzes
Theory
Snippets
Papers
Landing
Android
Subscriptions
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What is the value of the 3/5*5 expression in C ++?
1
0
0.12
Explanation
Since only integers are used in the given expression, * and / operations have the same priority. Expression is executed from left to right, so we will have:
3/5 == 0
0*5 == 0
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
C
++ Quiz
Start Quiz
or
Read more about
C++ Quiz
Follow CodeGalaxy
Mobile Beta
Send Feedback
Login in to like
Login in to comment