Question:

int main () {
     double a [2]={20.0.25.0},*p,*q,
     p=a;
     q=p+1
      printf (%d, %d, (int) (q-p))
int(*-q-*p);

Updated On: Feb 12, 2024
  • 4,8
  • 8,5
  • 1,5
  • 1.8
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The correct option is (C): 1,5
Was this answer helpful?
0
0