nataraj: (Default)
Swami Dhyan Nataraj ([personal profile] nataraj) wrote2011-09-19 11:11 pm
Entry tags:

Век живи, век учись...

С удивлением открыл для себя операцию "пробел" между строковыми константами в cpp...

Оказывается
int main()
{
 char * str =  "abcd" "efgh";
 printf("%s\n", str);
}

успешно собирается и печатает подряд буквы от a до h

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting