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



please reply.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wrong in this statement? scanf(“%d”,whatnumber);

730


What is ponter?

775


What are high level languages like C and FORTRAN also known as?

686


What does printf does?

749


Explain that why C is procedural?

660






When should you not use a type cast?

661


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1860


Simplify the program segment if X = B then C ← true else C ← false

2587


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1879


Write a program to print fibonacci series without using recursion?

610


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

636


How to set file pointer to beginning c?

670


How are portions of a program disabled in demo versions?

752


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

602


What 'lex' does?

719