Assume that we have the following declarations: char var 1: char var2 (10): How are the variables vert and var2 differen
Posted: Sat May 14, 2022 7:50 pm
Assume that we have the following declarations: char var 1: char var2 (10): How are the variables vert and var2 different? O a vart will contain a single character value, but var2 will be a reference (pointer) variable, pointing to the first element of the character array Ob, var1 will be defined as a smaller variable, Oc They are both string variables, but vart can also be used to store an integer Od var2 is limited to holding a string of exactly 10 characters, but var1 can be assigned strings of many sizes e None of the above