Answer Posted / 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 |
Post New Answer View All Answers
What is virtual table?
What are the data types in c++?
Why main function is special in c++?
What are vectors used for in c++?
What are the differences between java and c++?
Can you write a function similar to printf()?
Name the implicit member functions of a class.
What are activex and ole?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Explain bubble sorting.
describe private access specifiers?
Do you know what are pure virtual functions?
What is an adjust field format flag?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Can union be self referenced?