Top

Discussion

Number of bytes in memory taken by the below structure is

#include 
struct test
{
  int k;
  char c;
};

 

  • A.Multiple of integer size
  • B.Integer size+character size
  • C.Depends on the platform
  • D.Multiple of word size

Answer: A

Number of bytes in memory taken by the below structure is Multiple of integer size

No comment is present. Be the first to comment.
Loading…

Post your comment