An array name contains base address of the array. Can we
change the base address of the array?
Answer Posted / raja
No We cant change the base address of the array
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What language is c written?
Why is it important to memset a variable, immediately after allocating memory to it ?
Why pointers are used?
How to compare array with pointer in c?
Explain continue keyword in c
what type of questions arrive in interview over c programming?
Why is c still so popular?
When we use void main and int main?
How does struct work in c?
What is difference between function overloading and operator overloading?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Write a Program to find whether the given number or string is palindrome.
How do you redirect a standard stream?
Why does everyone say not to use scanf? What should I use instead?