S
siliconwafer
Hi All,
Q.1:Is a link list of characters terminated with '\0' equivalent to a
string?
Q.2:If so,can we do string operations in string.h on it?How?
Q.3:What is better when it comes to creating arrays on heap - malloc or
link list of individual elements?
Q.1:Is a link list of characters terminated with '\0' equivalent to a
string?
Q.2:If so,can we do string operations in string.h on it?How?
Q.3:What is better when it comes to creating arrays on heap - malloc or
link list of individual elements?