Question: The declaration int * pi; defines the variable pi as a / an The declaration char name [ ] = abc; defines the
The declaration int pi; defines the variable pi as aan
The declaration char name "abc"; defines the variable "name" as aan
of
initialized with the sting
The declaration char name "abc"; defines the variable "name" as aan
to aan
initialized with the
of the string
constant
Given the declarations int a; int p;
the statement ; initializes the
the statement &; initializes the
array element
with the
p with the
the integer value
J
If a
of
J then the next statement ; assigns to the
The statement ; is equivalent to the statement a
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
