Hi :) On Mon, Oct 10, 2011 at 13:19, Asutosh Das <das.asutosh@xxxxxxxxx> wrote: > I cannot understand the intention behind !!(x). > Please can you let me know why !!(x) is required here. Assume x is 100, so !x is 0, right? Further !!x is ! ( !x), correct? Then we have ! (0) which is 1. Thus, it's quick practical way to make any value to be just 0 or 1, "true" or "false" -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies