Answer Posted / aarthi
class is defined as the collection of attributes and
behavior
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are maps in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
How would you use the functions memcpy(), memset(), memmove()?
How do you differentiate between overloading the prefix and postfix increments?
In c++, what is the difference between method overloading and method overriding?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is null c++?
What's the "software peter principleā?
How did c++ get its name?
What is #include c++?
What are the characteristics of friend functions?
What are stacks?
Why is it necessary to use a reference in the argument to the copy constructor?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.