search:
Home
Questions
Quizes
Home
string vs array of chars
Submitted by manager on Sun, 05/01/2011 - 20:19
C programming language
string
True/false question
Does the following two statements the same:
char arr[] = {'a','b'};
char arr[] = "ab";
False
Add new comment
Categories
C programming language
GMAT
MySQL