shifting bitsHello, I want to make a function that shifts bits to the left and right and append them to the left ...
How to set a bit?Thank you for replying, my program works! thanks
How to set a bit?Hello, I want to write a function that sets multiple bits. Here is how it should look: The user...
Change content/line of text in a FileHello, I want to change a line of text/content in a text file. There are many options, like copy the...
reverse a number of digits of the user input@LowestOne Am I on the right track? [code]#include <stdio.h> #include <stdlib.h> int main () { ...