What is & in c++ function?


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

Post New Answer

More C++ General Interview Questions

Explain overriding.

0 Answers  


How to declare a function pointer?

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


What is the difference between containment and delegation?

0 Answers  


what is the order of initialization for data?

10 Answers   Amazon, TCS, Wipro,


What is object file? How can you access object file?

0 Answers  


What are the advantage of using register variables?

0 Answers  


What is abstraction in c++ with example?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


Explain what are mutator methods in c++?

0 Answers  


Categories