What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Answer Posted / arash s
16
just read what is "absolute" and u will know why.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
What is an example of genetic polymorphism?
What are objects in oop?
Why do we need oop?
Is enum a class?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the 4 pillars of oop?
What is polymorphism explain?
#include
Why is abstraction used?
Can enum be null?
What are functions in oop?
What is polymorphism in oop example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.