Is it possible to randomize a string without home-brewing a function to do it?
Can only integral data types be randomized, hence not strings?
How much memory is allocated when a string is declared? Is a string just a dynamic array 'underneath'?
Is it possible to randomize a string without home-brewing a function to do it?
Can only integral data types be randomized, hence not strings?
How much memory is allocated when a string is declared? Is a string just a dynamic array 'underneath'?