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
Explain rethrowing exceptions with an example?
Write a c program for binary addition of two 8 bit numbers.
Why is swift so fast?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What are the uses of typedef in a program?
Can we define function inside main in c++?
What is polymorphism and its type in c++?
Write about the retrieval of n number of objects during the process of delete[]p?
Explain pass by value and pass by reference.
What is the use of this pointer in c++?
Is c++ an integer?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Explain unexpected() function?
What is an adaptor class in c++?
Explain the difference between class and struct in c++?