-
String Concatination
How to concatenate the two string without using the predefined functions (such as strcat and strlen)?
-
Convert Binary Number to Octal
Write a C program to convert a binary number to its corresponding octal number.