The answer I believe is B
Answer:
B. How many programming statements the program contains
Explanation:
If a program is intended to be able to process large amounts of data, then the ability of the program to process larger data sets is heavily affected by
- execution time
- size of memory the program requires
- storage space the program requires as it runs.
The length of the statements the program contains does not much affect program performance.
Answer:
Option (B) is the correct answer to the following question.
Explanation:
Here, in the code "const" is the constant keyword which is used when we need that the value stored in that variable will never change.
The following option is correct because the assignment operator are those operator which initialize the value in the variable and overloading of the assignment operator would be as we use the other operators and also we could use them by creating the objects as we use in the copy constructor.
So, that's why the following option is correct.