الإجابة Pointer Solve

  • Saturday, January 05, 2013 10:08 AM
     
      Has Code

    Hello everyone,

    I'm thinking of how to overcome this issue... any alternative..

    int n;
    char a[] = "hello world";
    n = strlen(a);
    char b[a];
    How to set b variable, dynamically ?

All Replies