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

Without Computer networks, Computers will be half the use. Comment.

0 Answers  


write a prgram of swapping with 2 valiables

6 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


What are function pointers? Provide an example.

1 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


How can you tell whether a program was compiled using c versus c++?

0 Answers  


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


What are header files why are they important?

0 Answers  


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


why wipro wase

0 Answers   Wipro,


Categories