logo

Crowdly

Fix the bugs in the following program by rewriting only those statement(s) that ...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Fix the bugs in the following program by rewriting only those statement(s) that need to be modified:

#include <stdio.h>

int main() {

    int *ptr, i = 10;

    ptr = &i;

    i += 20;

    printf("Value of i is %d and is stored at %d.\n", ptr, *ptr);

    return 0;

}

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на dle.plaksha.edu.in?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!