Ask Question
21 November, 22:55

Question 6

Which of the following data types are larger (allocate more bytes) than an int?

short

char

long long

all of the above

+1
Answers (1)
  1. 21 November, 23:12
    0
    long long = 8 bytes

    Explanation:

    long long data type reserves more bytes than int. because

    int reserves = 4 bytes

    long long reserves = 8 bytes

    on the other hand

    short reserves only 2 bytes and char reserves only 1 byte.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Question 6 Which of the following data types are larger (allocate more bytes) than an int? short char long long all of the above ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers