Closed shafa-shabudeen closed 1 year ago
Created a program that demonstrates how to calculate the size of a string in bytes. It takes a user-defined string, converts it to bytes using the default character encoding (usually UTF-8), and then returns the size of the string in bytes
I made the changes and rename the file also.
Thank you
Created a program that demonstrates how to calculate the size of a string in bytes. It takes a user-defined string, converts it to bytes using the default character encoding (usually UTF-8), and then returns the size of the string in bytes