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
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
State the difference between x3 and x[3].
Difference between macros and inline functions? Can a function be forced as inline?
What are the types of macro formats?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is clrscr in c?
What is wrong with this program statement?
Write a program to reverse a string.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the difference between printf and scanf )?
What is a pragma?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is a lvalue
How many data structures are there in c?