Question: Only use C Programming Language 3. Write a program that asks the user to input 12 numbers into an array data[12]. The program then prints
Only use C Programming Language
3. Write a program that asks the user to input 12 numbers into an array data[12]. The program then prints out each number and also the address in memory where it is stored using pointers. The output should look like this: Enter 12 numbers: 3 5 7 9 10 8 2 5 3148 3 5 7 0333eee4777 0333eee4778 0333eee4779 8 0333eee4787 4. Write a program that asks the user to enter his or her name into an array called name[10]. Using a pointer, the program will change all lowercase characters into UPPERCASE characters. The output should look like this: Enter your name: samantha SAMANTHA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
