“String c#” Respostas de código

string em c

1. char str[] = "GeeksforGeeks";

2. char str[50] = "GeeksforGeeks";

3. char str[] = {'G','e','e','k','s','f','o','r','G','e','e','k','s','\0'};

4. char str[14] = {'G','e','e','k','s','f','o','r','G','e','e','k','s','\0'};
Oskari Lehtinen

string em c e como funciona

Strings are defined as an array of characters. The difference between a 
character array and a string is the string is terminated with a special
character ‘\0’.
Heckar

Respostas semelhantes a “String c#”

Perguntas semelhantes a “String c#”

Mais respostas relacionadas para “String c#” em C#

Procure respostas de código populares por idioma

Procurar outros idiomas de código