Answer Posted / guest
could any one help me out how this pointer to an array
organized in the memory?
Eg.,
int (*p) [3] = (int (*)[3])a;
Here *p == p, how?
Thanks in advance!
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What does *p++ do?
What is unary operator?
What are the standard predefined macros?
What is the purpose of void pointer?
Here is a neat trick for checking whether two strings are equal
Explain what are compound statements?
What happens if you free a pointer twice?
What is the basic structure of c?
Can you assign a different address to an array tag?
How can you pass an array to a function by value?
Where we use clrscr in c?
Why is this loop always executing once?
Can we add pointers together?
What is #include called?