Returning number of characters without using strlenForgot to post my end result for my code here. Thanks everyone for the help its greatly appreaciated...
Returning number of characters without using strlenNot sure if im on the right track but in my for loop instead of using "index < 80" I switched it to ...
Returning number of characters without using strlenI had tried that before but it didnt make a difference in the result. I went ahead and changed it ag...
Returning number of characters without using strlenThanks. I do see what I was doing wrong. In the prototype I had "char[]" and in the function header ...
Returning number of characters without using strlenYes I do. Thanks for catching that. I changed the "char" to "int" in the prototype. Ran the code ag...