Using only stdio.h, string.h and stdlib.h libraries how would I go about implementing this?
I’m quite new to programming so please bear with me!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
chararray of the same length as your string. Convince yourself that this is enough space. Don’t forget the NUL.<ctype.h>and using a function/macro from that header, unless you’re going to enumerate all characters that you consider alphanumeric.