I want to know the difference between call by reference and call by pointer..
ankit.4aug 0 Newbie Poster
Recommended Answers
Jump to PostSimply call by reference creates a reference to the object and passes that. Think of reference is another name for the object. You can manipulate the data and do not copy the whole object to pass it to the function.
By passing it by a pointer you just pass …
All 3 Replies
\007 7 Junior Poster in Training
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Tellalca 19 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.