• Pass 2 dimensional array in function
    Does it possible to pass a 2 dimensional array to a funciton? does it accepts?
  • Pass 1 dimensional array in function
    Passing any arrays by value or pointer does not work very well. I can try integrating an array into a structure, but that is not how I would do it. if I have: frame( unsigned char &mbrtubuf,...
  • malloc and two dimensional array ( char * * )
    I want to allocate memory which I can use as a two dimensional array. But the following code is not working unsigned char xdata ** memo; unsigned char i = 0; // n is number of rows // size is number...
  • declaration of two dimensional arrays(character
    actually this is in reference to the thread that i have already created about declaring two dimensional arrays I have configured the the model to Xdata and the change that i have made is only of declaring...
  • CAN WE USE TWO - DIMENSIONAL INTEGER ARRAY
    Hi, i am a beginner. I am doing my robot project in c language using P89v51RD2 robot. In the code can i make use of integer two dimensional array's ?? please any one reply fast