@dave even '=' is an operator.....I wonder if its possible to restrict *all
operators*.....

On Sun, Aug 28, 2011 at 1:32 AM, Dave <dave_and_da...@juno.com> wrote:

> @Brijesh: Maybe you mean
>
> char *p;
> p = (char*)a;
> sum = (int)&p[b]; // sum = a + b
>
> but & is an operator.
>
> Dave
>
> On Aug 27, 2:07 pm, Brijesh <brijeshupadhyay...@gmail.com> wrote:
> > How to add two nos without using any operator...?
>
> --
> 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.
>
>


-- 
Saurabh Singh
B.Tech (Computer Science)
MNNIT ALLAHABAD

-- 
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