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 use of sizeof?
What is substring in c?
Explain what is the difference between text files and binary files?
Is c object oriented?
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 are high level languages like C and FORTRAN also known as?
What is the difference between int main and void main?
What is #pragma statements?
c language interview questions & answer
What is null in c?
how to introdu5ce my self in serco
In a header file whether functions are declared or defined?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Why do we need functions in c?
What is a newline escape sequence?