Is arr and &arr are same expression for an array?


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

Post New Answer

More C++ General Interview Questions

What are inline functions? What is the syntax for defining an inline function?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


When does a name clash occur in c++?

0 Answers  


What is the difference between structure and class?

0 Answers  


What are the classes in c++?

0 Answers  






Tell me what are static member functions?

0 Answers  


What is std :: flush?

0 Answers  


Is c++ a good beginners programming language?

0 Answers  


What is the topic of the C++ FAQ list?

1 Answers  


What are the advantages of using const reference arguments in a function?

0 Answers  


Can we delete this pointer in c++?

0 Answers  


Difference between const char* p and char const* p?

1 Answers  


Categories