Answer Posted / anusha
an array is a continous memory of same data type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
why do some people write if(0 == x) instead of if(x == 0)?
Can you explain the four storage classes in C?
Why n++ execute faster than n+1 ?
Difference between pass by reference and pass by value?
If you know then define #pragma?
What does != Mean in c?
What is sizeof array in c?
What is stack in c?
How variables are declared in c?
Can static variables be declared in a header file?
What are pointers really good for, anyway?
Why use int main instead of void main?
What are the ways to a null pointer can use in c programming language?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?