What does it mean by the term String and give its syntax.

    
               String is a character sequence stored as a one-dimensional and terminated with a null character('\0', called NUL in ASCII).
Syntax :

            Char string_name[size];

0 Comment "What does it mean by the term String and give its syntax."

Post a Comment