Since character strings are just arrays of char, why does the text caution you not to confuse the following declaration and initialization? char shortString[] = "abc"; char shortString[] = {'a', 'b',...



Since character strings are just arrays of char, why does the text caution


you not to confuse the following declaration and initialization?


char shortString[] = "abc";


char shortString[] = {'a', 'b', 'c'};

Nov 15, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here