amoersand not required for string in c code example
Example: C why is is & nit used in scan f fr string
/*
‘&’ is used to get the address of the variable.
C does not have a string type, String is just an array of
characters and an array variable stores the address of the
first index location.
*/