Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is string in c++ program?

user-image
Question ajoutée par Muhammad Bilal Bilal
Date de publication: 2017/11/04
Abdul Khader Shaik
par Abdul Khader Shaik , IT & Ops Manager , TheSmartlabs

Strings are nothing but a series of characters stored in a particular variable.

you can take a sentence as an input from the user using string, whereas when you use char it should be like Y/N.

I hope this helps.

More Questions Like This