What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Answer Posted / naga
Ans: 16.5
The numerical value of a real number without regard to its
sign. For example, the absolute value of −4 (written |-4|)
is 4. Also called numerical value.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
write a program that takes input in digits and display the result in words from 1 to 1000
What are the benefits of oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is the difference between a constructor and a destructor?
Prepare me a program for the animation of train
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is protected in oop?
What is oops with example?
What type of loop is a for loop?
Why do pointers exist?
What is and I oop mean?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do we use class?
What is the difference between static polymorphism and dynamic polymorphism?