Question: Which is correct with respect to the size of the data types?

Options

A : char > int > float

B : int > char > float

C : char < int < double

D : double > char > int

Click to view Correct Answer

Next

C Programming Data Types Sizes 2 more questions

Which of the following data-types are promoted when used as....

What type of value does sizeof return?

Which of the following return-type cannot be used for a....

What type of initialization is needed for the segment “ptr[3]....

The C library function _________ breaks string s1 into a....

Which of the following is not a pointer declaration?

In a 32-bit compiler, which 2 types have the same....

In which way can SAM be stored in an array?

Loss in precision occurs for typecasting from____________

Size of C++ objects are expressed in terms of multiples....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Language Interview Questions Type Conversions

C Multiple Choice Questions Error Handling

C Multiple Choice Questions Standard Input Output

C Programming Assigment Operators Expressions 2

C Programming C Preprocessor 2

C Programming File Access

C Programming File Access 1

C Programming File Inclusion 1

C Programming Float Datatype 1

C Programming Float Datatype 2