Re: Really **wonderful** website for C interview questions!!!!!
- From: "Joe Butler" <ffffh.no.spam@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Jun 2005 13:21:24 +0100
Oooookaaaaay...
I'm not a novice, but at risk of being labelled one, I'm looking at x= !!y
wondering...
I'd assume that !! would be interpreted as NOT NOT and have the effect of
turning any non-zero integer number into a 1, and leaving 0 as 0. ??
I can't imagine that the compiler would optimise it away. Perhaps it
doesn't compile?
What's the official answer then? Did I get the job?
"Scott Moore" <samiamsansspam@xxxxxxx> wrote in message
news:d9cbs3$dfh$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> rajanarayan2005@xxxxxxxxx wrote:
> > Hello folks!!!!
> >
> > I just found the BEST and the MOST comprehensive
> > website for C related questions and their answers. It
> > has a VERY, VERY, VERY good collection of the MOST
> > FREQUENTLY ASKED interview questions.
> >
> > http://www.cracktheinterview.com
> >
> > If you can understand the solutions on this site, you
> > can 100% get through ANY interview - I can say for
> > sure!!. I have taken the printouts for all the
> > questions and the answers!. Its really too good
> > to be true. Really someone has taken lot of pains to
> > consolidate the questions....
> >
> > ~Raja
> >
>
> My favorite for interviewees:
>
> What is "!!", as in:
>
> x = !!y;
>
> Is it useful ?
>
> That question divides the C experts from novices quite fast.
>
.
- Follow-Ups:
- Re: Really **wonderful** website for C interview questions!!!!!
- From: Scott Moore
- Re: Really **wonderful** website for C interview questions!!!!!
- From: Alan Morgan
- Re: Really **wonderful** website for C interview questions!!!!!
- From: Jean-Claude Arbaut
- Re: Really **wonderful** website for C interview questions!!!!!
- From: pete
- Re: Really **wonderful** website for C interview questions!!!!!
- References:
- Re: Really **wonderful** website for C interview questions!!!!!
- From: Scott Moore
- Re: Really **wonderful** website for C interview questions!!!!!
- Prev by Date: Re: Which programming language is better to start
- Next by Date: Re: Really **wonderful** website for C interview questions!!!!!
- Previous by thread: Re: Really **wonderful** website for C interview questions!!!!!
- Next by thread: Re: Really **wonderful** website for C interview questions!!!!!
- Index(es):
Relevant Pages
|