What is the meaning of this decleration?
unsigned char (*pArray[10][10]);



please reply.



What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply...

Answer / debaprasad.pal

the brackets are there to confuse. it is a two dimensional
array of uchar.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

How can you find the exact size of a data type in c?

0 Answers  


What is array of pointers to string?

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


program to find the magic square

1 Answers   Infosys,






What is advantage of pointer in c?

0 Answers  


write a programe returns the number of times the character appears in the string

2 Answers  


what is an inline fuction??

2 Answers  


What is the difference between void main and main in c?

0 Answers  


What are preprocessor directives in c?

0 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


Categories