I'd say C language is a truly call-by-value language. C++ supports
call-by-reference.
However in C we can "simulate" call-by-reference using pointers and
address-of operator.


Regards,
Sandeep Jain



On Wed, Aug 3, 2011 at 11:27 PM, NITIN SHARMA <coolguyinat...@gmail.com>wrote:

> As we say in C that we do call by reference but i thk call by
> reference is something different like we do through "void pointer" in c
> ++ but it should be call by address in C is it so?????
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to