Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
~444 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 1
1 Posted Topic
Re: Doubts in C++
[QUOTE=dasari.prasad;1331895]When to use pointers and when to use references in c++. plz clear my doubt.. thnks in advance[/QUOTE] In the C++ programming language, a reference is a simple reference datatype that is less powerful but safer than the pointer type inherited from C. # It is not possible to refer …
The End.