@Saurabh: Function calls and commas are operators, so that leaves out
your clever printf solution.

See http://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B#Other_operators.

Dave

On Aug 28, 9:32 pm, saurabh singh <saurab...@gmail.com> wrote:
> @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- Hide quoted text -
>
> - Show quoted text -

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