1. Create a structure for a smartphone that contains its model name (20 characters), RAM size (in GB) and price (integer). Create two objects from this template, populate its members from the keyboard and print their values.
2. Modify the preceding program (C14.3) to initialize one variable at the time of its defi nition and populate the other by later assignment.
3. Modify a preceding program (C14.3) to accept all six values from command-line arguments. (HINT: Use the atoi function.)