Part A
When passing a C-style string as a parameter to a function - isthe parameter passed by reference or default?
Part B
When allocating the size of a C-style string, assume you want tostore the string, "Hello, World!". What is the minimum size of thestring you would need to allocate. Show how you would declare thestring.
Part A When passing a C-style string as a parameter to a function - is the parameter passed by reference or default? Par
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am