Do your C pratice from question
command you required to run these .c files
gcc file_name.c -o file_name
./file_name
Zero Initialization: Unlike malloc(), calloc() initializes all allocated memory to 0.
A union in C is similar to a struct, but with one key difference: ➡️ In a union, all members share the same memory location. This means only one member can store a value at any given time.
Call by reference allows a function to modify the actual values of variables passed as arguments using pointers.
- stdio.h .
- stdlib.h .
- string.h .