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 is the different bitween abap and abap-hr?
What is c standard library?
How do you determine a file’s attributes?
What is a stream water?
What is the function of volatile in c language?
Explain indirection?
What is string concatenation in c?
What are nested functions in c?
Which is better oop or procedural?
Explain two-dimensional array.
What is the difference between NULL and NUL?
Can you pass an entire structure to functions?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Can variables be declared anywhere in c?
What is #include called?