An array name contains base address of the array. Can we
change the base address of the array?
Answer Posted / palani222samy
It's not possible , address is an default we can't change
that value
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
how to find anagram without using string functions using only loops in c programming
Hi can anyone tell what is a start up code?
I need testPalindrome and removeSpace
#include
In a header file whether functions are declared or defined?
What is the difference between formatted&unformatted i/o functions?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is register variable in c language?
Dont ansi function prototypes render lint obsolete?
#include
What are the types of data structures in c?
write a program for the normal snake games find in most of the mobiles.
What is difference between structure and union with example?
What is variable initialization and why is it important?
What is the significance of scope resolution operator?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list