0

Please help I can't find the problem in this statements.

int main (){ double darr[10]; for(int x=0;x<10;x++){ cin>>darr[x]; } cout<<sizeo(darr); }

22nd Nov 2016, 5:42 AM
maripa
1 Answer
0
not sizeo. It's sizeof.
22nd Nov 2016, 5:49 AM
kiwiyou
kiwiyou - avatar