What is Name Decoration?
Answers were Sorted based on User's Feedback
Answer / nishikant sahu
While function overloading, to identify the exact function
compiler change the name of all overloaded function with the
help of calling convention.its aka name mangling but NM
depends complier to compiler.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / murali
Giving aliases to long_difficult_namespace with simple_name
( i think )
| Is This Answer Correct ? | 1 Yes | 2 No |
What is c++ manipulator?
What is virtual destructor? What is its use?
What is Name Decoration?
When do we run a shell in the unix system? How will you tell which shell you are running?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
what you know about c++?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
how to find the maximum of 10 numbers ?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
How did c++ start?
What is dev c++ used for?