Search:

Type: Posts; User: Agha

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,362

    Thanks to both of you. Actually, I was trying...

    Thanks to both of you.

    Actually, I was trying to ask how the arrays in main were copied, when I performed the operation in my own function.

    Anyway, its clear now. I had the notion that the...
  2. Replies
    4
    Views
    1,362

    How has this array been changed?

    // A UDF to copy a String

    #include <stdio.h>
    #include <conio.h>
    void stringcopy(char[],char[]);

    void main()
    {
    clrscr();
Results 1 to 2 of 2