Question: If a char is 1 byte wide, an integer is 2 bytes wide and a long integer is 4 bytes wide then will the following structure always occupy 7 bytes?

Options

A : Yes

B : No

C : -

D : -

Click to view Correct Answer

Previous ||

Structures, Unions, Enums - Yes / No Questions more questions

By default structure variable will be of auto storage class

Is it necessary that the size of all elements in....

Can we have an array of bit fields?

Will the following declaration work?

Can a structure can point to itself?

Multiple inheritance is different from multiple levels of inheritance.

An object of a derived class cannot access private members....

The way a derived class member function can access base....

There is no private or protected inheritance in C#.NET.

We can derive a class from a base class even....

Arrays - General Questions more Online Exam Quiz

Structures, Unions, Enums - Point Out Errors

Structures, Unions, Enums - True / False Questions