MCQ Single Best Answer Not Set

QNumber of bytes in memory taken by the below structure is


    #include <stdio.h>
    struct test
    {
        int k;
        char c;
    };

ID: #2650 Structure in C Language 6,073 views
Question Info
#2650Q ID
Not SetDifficulty
Structure in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Multiple of integer size
  • B integer size+character size
  • C Depends on the platform
  • D Multiple of word size
Correct Answer: Option A

Explanation

Multiple of integer size

Share This Question

Challenge a friend or share with your study group.