What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Answer Posted / deep
16.5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by overloading?
What is solid in oops?
is there any choice in opting subjects like 4 out of 7
write string class as your own class in java without using any built-in function
Why is polymorphism used?
What is debug class?what is trace class? What differences are between them? With examples.
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What does sksksk mean in text slang?
Can main method override?
What is abstraction encapsulation?
Can destructor be overloaded?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is polymorphism explain its types? Explain the advantages of inheritance. State what is encapsulation and friend function?