Question: { int * ptr = NULL;int a = 1 0 , b = 2 0 ;ptr = &b;return 0 ; } 8 ) Select onea
int ptr NULL;int a b ;ptr &b;return ; Select onea a is dynamically bound to a memory cell at compile timeb a is statically bound to a memory cell at runtime timec a is dynamically bound to a memory cell at runtime timed a is statically bound to a memory cell at compile timeselect onea ptr is statically bound to b at compile timeb ptr is dynamically bound to b at compile timec ptr is dynamically bound to b at runtime timed ptr is statically bound to b at runtime time
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
