Question: C programming Build a program that performs the following operations: Declares three pointer variables called iPtr of type int, cPtr of type char, and fFloat
C programming
Build a program that performs the following operations:
Declares three pointer variables called iPtr of type int, cPtr of type char, and fFloat of type float
Declares three new variables called iNumber of int type, fNumber of float type, and cCharacter of char type
Assigns the address of each nonpointer variable to the matching pointer variable Prints the value of each nonpointer variable
Prints the value of each pointer variable
Prints the address of each nonpointer variable
Prints the address of each pointer variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
