1. Write a C program named zero bit count.c that takes in a single command line argument which can be any non- negative integer. One thing to keep in mind is that command line arguments are taken in as strings, so the argument will have to be converted to an integer so that operations can be performed on it. From there, your program is to use at least one bit manipulation operator to count
OR
OR