From 9e36ae9e20e1215ff3c2e927e12701d1d4a5e729 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 7 Apr 2024 18:26:11 +0000 Subject: [PATCH] Refresh HTML pages --- 07.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07.html b/07.html index fe097f95..3b76444a 100644 --- a/07.html +++ b/07.html @@ -569,8 +569,8 @@

$ ./a.out 8 -

The sizeof (*p) is equivalent to sizeof (int) as that is what the type of -*p is.

+

Here the sizeof (*p) is equivalent to sizeof (int) as that is what the type +of *p is.

Arrays and pointers

In C, there is a strong relationship between arrays and pointers. Most of the time, you can use array notation with pointers, and pointer notation with