Could Someone tell me whats the diffrence between call-by-value with call-by-refference?
hket89 0 Light Poster
Recommended Answers
Jump to PostIn general, passing by value means that a copy of variable is made with the same value and passing by reference means the variable object itself is passed. You can change the value all you want with pass by value, but the original object is not changed. With pass by …
Jump to PostHard time using a search engine?
come on, man. that's a legitimate question to ask.
Jump to PostWhat is the purpose of using call by value and call by reference?
Your question revealed that perhaps you are not understanding what it has been explained so far.
There's not such a thing as call by reference in The C language. Everything done is done by coping values around.
…
All 10 Replies
tux4life 2,072 Postaholic
Tom Gunn 1,164 Practically a Master Poster
tux4life commented: I appreciate you for taking the time to answer this question in a more correct way than I did :P +20
jephthah 1,888 Posting Maven
mrnutty 761 Senior Poster
hket89 0 Light Poster
Aia 1,977 Nearly a Posting Maven
tux4life commented: Nice explanation :) +20
mrnutty 761 Senior Poster
Tom Gunn 1,164 Practically a Master Poster
Esthong 0 Newbie Poster
BestJewSinceJC 700 Posting Maven
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.