What is importance of struct hack in c?
Previously when C99 had not introduced flexible array people used the technique of struct hack to create a flexible length member. The struct hack technique gives permission to the user to create a variable length member in the structure. In the struct hack techniques, we need to create an array whose length is 0 (some […]
What is importance of struct hack in c? Read More »