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 istream and ostream in c++?
What is the difference between Pointer and a Reference? When you would use them?
Is it possible for the objects to read and write themselves?
What are the basic data types used in c++?
What are friend functions?
When volatile can be used?
How would you differentiate between a pre and post increment operators while overloading?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Are strings mutable in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
When to use Multiple Inheritance?
What should main() return in c and c++?