Q. How do you convert this char array to string?
Code:
char str[]={'g','l','o','b','y'};
β
Correct Answer: (D)
All the above
char str[]={'g','l','o','b','y'};
You must be Logged in to update hint/solution