What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Answer Posted / prabakaran
2)17
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are classes oop?
Why multiple inheritance is not possible?
Why do we need oop?
What does sksksk mean in text slang?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Get me an image implementation program.
What makes a language oop?
What is destructor in oop?
Write a c++ program to display pass and fail for three student using static member function
What is the benefit of oop?
What is abstraction oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What exactly is polymorphism?