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

Explain how do you search data in a data file using random access method?

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


Why we not create function inside function.

0 Answers  


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  






write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


Explain how do you sort filenames in a directory?

0 Answers  


What is use of bit field?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


Why string is used in c?

0 Answers  


Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


Categories