Hi,
Which of ther following code fragment has the better memory
utilization and how.
char *s2[2]={"cse 101", "cse 102"};
cahr s1[2][20]={"cse 101","cse 102"};Raihan BUET
Hi,
Which of ther following code fragment has the better memory
utilization and how.
char *s2[2]={"cse 101", "cse 102"};
cahr s1[2][20]={"cse 101","cse 102"};Raihan BUET