please explainint num[5]; int *ptr; here we use num[] to refer individual cells or data stored in it? is ptr[] ...
explain this statement1) enumerated data types are treated internally as integers.please explain this statement 2)can we ...
please explainstrings are stored in memory as array of characters with a null charactera te the end.in this statem...
please explain can anyone explain me the advantage of type casting over type conversion?
please explain thiscout<<'a'; cout<<'10'; cout<<'15.5'; a,10,15.5 are data constants.now,the question is how these d...