User: sam806

  • Public profile

User profile: sam806

User info
User name:sam806
History
Joined:
Number of posts:5
Latest posts:

explaining output of given program
Output: Pointer to Track[0] Pointer to Track[1] Pointer to Track[3] Value at Track[0]

Help. Sorting trouble
[code]main() { int i,j; car a[5]; //a[6].sorting() //{ //} for(i=0;i<5;i++) a[i].Car(); for(...

Help. Sorting trouble
[code] void car::sorting() { for(i=0;i<5;i++) { for(j=i+1;j<5;j++) { if(a.mileage[i]<a.milea...

Equilateral Triangle
http://www.studystreet.com/c-program-print-equilateral-triangle/ You should try yourself first..

Why can't I copy a string pointed by a pointer to an array of char
The problem you might be having is that MAX_NAME_LENGTH might not be big enough to contain all the c...

This user does not accept Private Messages