Tag Archives: Tech matter

Byte packing !

Hello friends , I was studing C++ late in night and I faced a little weird situation . I saw a code as follows: class check { int i; float j; char k; }; int main() { cout<<sizeof(check)<<endl; check c; … Continue reading

Leave a Comment

Filed under Tech-Bowl