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

What things would you remember while making an interface?

0 Answers  


Can you pass a vector to a function?

0 Answers  


What is lazy initialization in c++?

0 Answers  


What is the use of pointer 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,


How do you flush std cout?

0 Answers  


Do you know what is overriding?

0 Answers  


What are guid? Why does com need guids?

0 Answers  


What are the basics of local (auto) objects?

0 Answers  


What is null pointer and void pointer?

0 Answers  


Why ctype h is used in c++?

0 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

0 Answers   HCL,


Categories