Aug 29, 2024
n
with value 50 stored at an address.&
) is used to get the address of a variable.*
) is used to dereference a pointer, accessing the value at an address.\0
).char *
(pointer to the first character).malloc()
.NULL
to prevent memory allocation errors.free()
to release dynamically allocated memory.strcmp()
instead of ==
.strcpy()
.