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
What's c++ used for?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is the average salary of a c++ programmer?
Can c++ be faster than c?
Is main a class in c++?
Is python better than c++?
What flag means?
What is c++ virtual inheritance?
how to connect with oracle 9i with server in socket program in c/c++
Is java the same as c++?
Explain queue. How it can be implemented?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?