User Profile
Collapse
-
THE abcd becomes {0x61, 0x62, 0x63, 0x64, 0x00} since the given is in hexadecimal form i need to convert into binary in C one character= 8bits so the 8bits are reversed so that it becomes a new character... -
example an input string consists of sinjanv and the last letter v in the string is a character this needs to be converted into bits and reverse the bits such tat it output give a new character...Leave a comment:
-
-
swapping values
how will u swap two values neither using temporary variables nor memory references -
-
Reverse a string
How to write a c program tat takes the string as input and convert it into bits and reverse the string
No activity results to display
Show More
Leave a comment: