User profile: vw4x4

User info
User name:vw4x4
History
Joined:
Number of posts:21
Latest posts:

please explain
int num[5]; int *ptr; here we use num[] to refer individual cells or data stored in it? is ptr[] ...

explain this statement
1) enumerated data types are treated internally as integers.please explain this statement 2)can we ...

please explain
strings 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 this
cout<<'a'; cout<<'10'; cout<<'15.5'; a,10,15.5 are data constants.now,the question is how these d...