Ask Question
5 February, 15:59

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. 5 February, 16:26
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers