• 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...
  • 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...
  • 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
  • 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
  • dynamic allocation of memory for two dimensional arry
    Is there any way where we can create dynamic memory for two dimensional array,please help me with an example and its accessing