Sir, i have a syntax doubt

Sir, in line 27, why is not storing array ? my code -> https://ide.codingblocks.com/s/459209

hello @chandreshmaurya

i didt get ur doubt. pls explain a bit

sir, i defined the ’ out[1005] ’ in line number 27 to store the my input string as i do in line number 28. but, my ’ in ’ string is not storing in ’ out ’ string .

…

to copy one c type string to another c type string.
we use strcpy function.
use this syntax to copy->

	strcpy(out, in);

for c++ string u can directly use out=int;

ooh oohk sir, i got it. Thank you sir.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.