求下面函数的返回值

int func(x)
{
    int countx =0.o;
    while(x)
    {
          countx ++;
          x = x&(x-1);
     }
    return countx;
}

posted @ 2015-03-13 21:17  zzuCharles  阅读(295)  评论(0编辑  收藏  举报