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
Explain how does flowchart help in writing a program?
What are the types of type qualifiers in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Why do we use int main instead of void main in c?
When should the volatile modifier be used?
What is a good way to implement complex numbers in c?
What are the different categories of functions in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is malloc calloc and realloc in c?
What is property type c?
What are disadvantages of C language.
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the size of enum in bytes?
Where we use clrscr in c?
What are identifiers c?