Computer Science, asked by Sakshipd, 1 year ago

What are the size of modifiers available for numeric data types as per C++11.

Answers

Answered by aryasreejith7
1
char 1 byte
short int 2byte
int 2byte
long int 4byte
float 4byte
double 8byte
long double 10byte
(for turbo c++ compiler)
Similar questions