Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Poprawna definicja wskaźnika wsk to:
const char *a = "kota", *wsk = a + 1;
const char *a = "psa", &wsk = a[1];
const char *a = "Ala", *wsk = a[0];
const char *a = "ma", &wsk = a + 1;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!