Computer Science, asked by CHSURYASASIDHAR3969, 1 year ago

Difference between character array and declaring pointer to a string

Answers

Answered by harshbaweja32
1
A character array is a collection of variables which are of character datatype. String is a class that is instantiated to declare strings.

Similar questions