What is meant by the term name mangling in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

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.

0 Answers  


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

0 Answers  


Can static member variables be private?

0 Answers  


What are member functions used in c++?

0 Answers  


What is while loops?

0 Answers  






What is 'Copy Constructor' and when it is called?

1 Answers  


Can char be a number c++?

0 Answers  


Specify different types of decision control statements?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


Declare a class vehicle and make it an abstract data type.

0 Answers  


Categories