How many bytes in memory taken by the following C structure?
#include struct test{ int k; char c;};
#include struct test{ int k; char c;}; How many bytes in memory taken by the following C structure?
#include <stdio.h>struct test{ int k; char c;}; Correct Answer Multiple of integer size
মোঃ আরিফুল ইসলাম
Feb 20, 2025