What is a local reference?
No Answer is Posted For this Question
Be the First to Post Answer
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What is the use of seekg in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Is c++ pass by reference or value?
Explain the difference between class and struct in c++?
What are the advantages of using friend classes?
Is there finally in c++?
Why do we use constructor?
Is dev c++ free?
What is #include iostream in c++?
what are the iterator and generic algorithms.
what is the difference between overloading & overriding? give example.