An array name contains base address of the array. Can we
change the base address of the array?
Answer Posted / sri
no , we cant change the base address.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is extern c used for?
What is a pointer on a pointer in c programming language?
Explain the difference between malloc() and calloc() in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is a lvalue
What is the difference between exit() and _exit() function in c?
How can a number be converted to a string?
What is meant by 'bit masking'?
How do you use a pointer to a function?
What does %p mean?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain what is the difference between functions abs() and fabs()?
Why do we use namespace feature?
What is the use of extern in c?