Tagged Questions

1
vote
4answers
133 views

What is meaning of !! in C — and why is it needed? [closed]

Possible Duplicate: Double Negation in C++ code While reading one code I read: flush = ! !(flags & GST_SEEK_FLAG_FLUSH); I am not getting what does !! mean here . what does this ...