User Profile

Collapse

Profile Sidebar

Collapse
iaslam
iaslam
Last Activity: Aug 3 '07, 09:51 AM
Joined: Jul 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • iaslam
    replied to please Guide me
    in C
    thanks dear
    regards
    See more | Go to post

    Leave a comment:


  • iaslam
    replied to please Guide me
    in C
    i have again check it but still the same problem persists
    See more | Go to post

    Leave a comment:


  • iaslam
    started a topic please Guide me
    in C

    please Guide me

    #include<conio. h>
    #include<stdio. h>
    #include<string .h>
    int main()
    {
    char A[40],B[40];
    char ch;
    int size,i,j;
    puts("plese enter the string to be reversed");
    gets(A);
    puts(A);
    ch='\0';
    size=strchr(A,c h)-A;
    printf("%d",siz e);
    j=0;

    for(i=size;i<0; i--)...
    See more | Go to post

  • iaslam
    started a topic To reverse an array in C
    in C

    To reverse an array in C

    How can i reverse an array in c and want to save the reversed array in a different aaray how can i do that ??
    Regards
    See more | Go to post

  • iaslam
    started a topic TO convert a character into integer
    in C

    TO convert a character into integer

    How can we convert a character into integer
    char a[40]
    my input to this may be like 21466845687552
    now i want to access each element and want to convert it into integer and then apply aritmatic operation can i do this???????
    See more | Go to post
No activity results to display
Show More
Working...