Answer Posted / nilay
It can have but the size of .obj (compiled) file(on
windows, .o on unix platform ) increases . so it is not
advisable to dos so.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does a copy constructor differs from an overloaded assignment operator?
How do I start a c++ project?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Differentiate between the message and method in c++?
What do you mean by function and operator overloading in c++?
Can we use this pointer inside static member function?
What are 2 ways of exporting a function from a dll?
What is an iterator?
Give an example of run-time polymorphism/virtual functions.
Can a program run without main in c++?
Incase of a function declaration, what is extern means?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What does n mean in c++?
What is the basic concept of c++?
What is difference between class and structure in c++?