My Blog List

Ohters from Interview


  1. sizeof ( float) == 4
  2. struct{ char[3] } . The size of this structure is 4 because of alignment
  3. struct { char [3], int , float, char [0] }. The usage of char [0]
  4. Extern C

No comments:

Post a Comment

Enter you comment