Search:

Type: Posts; User: segufta

Search: Search took 0.00 seconds.

  1. thanks a lot for your help!!!!

    thanks a lot for your help!!!!
  2. I am pretty new with C programming so not much. I...

    I am pretty new with C programming so not much. I could take an array input as string and convert it into an integer array. but not sure how to make it two dimensional array. Is it possible to input...
  3. Converting one dimensional array to two dimensional array

    Need help to convert an one dimensional array into a two dimensional array and print like a matrix.

    input: 34 50 2 4 90 33 7 80 9
    output: A is a 3x3 matrix
    34 50 2
    4 90 33
    7 80 ...
Results 1 to 3 of 3