Search:

Type: Posts; User: patneva

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    8,040

    sorry if my question is sounding stupid - I do...

    sorry if my question is sounding stupid - I do know upto arrays , functions, pointers - but here cs[size] will be treated as variable size array right? and does C support that?
  2. Replies
    7
    Views
    8,040

    thanks for the suggestion regarding calloc - one...

    thanks for the suggestion regarding calloc - one basic doubt here - what is significance of 1 inside calloc? Is it related to number of memory locations allocated? what if it is another variable like...
  3. Replies
    7
    Views
    8,040

    how to remove calloc or malloc from code

    Hi

    I have a code in C where I am using external library functions provided for example by GRAMPC optimization solver. The code contains calloc and malloc for memory allocation.

    I want to...
Results 1 to 3 of 3