Changes between Initial Version and Version 1 of Ticket #12980, comment 1
- Timestamp:
- Apr 20, 2017, 3:19:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12980, comment 1
initial v1 7 7 const char arr1 [] = { 'H', 'e', 'l', 'l', 'o' }; 8 8 const char arr2 [] = "Hello"; 9 const char p1 = "Hello";9 const *char p1 = "Hello"; 10 10 }}} 11 11