cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
arrays problem.!!!!!
arrays problem.!!!!!
Nov 28, 2011 at 4:10pm UTC
B031110034
(42)
count int SIZE=13;
char string1[SIZE]="Hello";
char string2[ ]="world! //what is the meaning of the empty bracket???
Nov 28, 2011 at 4:14pm UTC
Peter87
(11234)
the empty bracket makes string2 only big enough to store the string.
Topic archived. No new replies allowed.