Computer Science, asked by angrybird25, 6 months ago

what is the default size of a text data type ? a) 40 characters b) 50 characters c) 60 characters d) 70 characters​

Answers

Answered by Yoyotoko
2

In C++ the size of the character literal is char. In C the type of character literal is integer (int). So in C the sizeof('a') is 4 for 32bit architecture, and CHAR_BIT is 8. But the sizeof(char) is one byte for both C and C++

may be this is the answer.

Answered by bolinashohe
7

Answer:

70 characters

it may helped u

Similar questions