I am doing a socket connection and writing a data through a socket,I need to and null string at end of my data like,
myMethod=ABC||10D=12345||phNumber=zzz||lang=english and at last after english I need to append null string,please help me with this.
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.
Simply append NULL word which is : “\0”