Changes between Initial Version and Version 1 of Ticket #12980, comment 1


Ignore:
Timestamp:
Apr 20, 2017, 3:19:20 PM (6 years ago)
Author:
Marshall Clow

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12980, comment 1

    initial v1  
    77const char arr1 [] = { 'H', 'e', 'l', 'l', 'o' };
    88const char arr2 [] = "Hello";
    9 const char p1 = "Hello";
     9const *char p1 = "Hello";
    1010}}}
    1111