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 are the different types of C instructions?
Explain how do you list files in a directory?
What is a rvalue?
How can I call fortran?
Explain low-order bytes.
What's a good way to check for "close enough" floating-point equality?
Which is the memory area not included in C program? give the reason
What is unsigned int in c?
How variables are declared in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Is null a keyword in c?
Explain how can I remove the trailing spaces from a string?
Explain what is wrong with this program statement?
What are the different types of objects used in c?