Question: I need all questions 1. Write a C program using pointers to perform the following. a. Declare 2 integer variable and 2 integer pointer variable.
1. Write a C program using pointers to perform the following. a. Declare 2 integer variable and 2 integer pointer variable. b. Print the address of the 2 integer variable using pointer variable c. Perform different (+,-, 1" %) arithmetic operation using pointer variable and print the result. d. Using pointer variable print the value of the variables. e. Apply++ and- operator on pointer variable and print the incremented and decremented result Write the input and output for the above program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
