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
What are the basic data types associated with c?
Describe wild pointers in c?
What is else if ladder?
What is the purpose of scanf() and printf() functions?
Differentiate between declaring a variable and defining a variable?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the data segment that is followed by c?
What is far pointer in c?
What is the correct declaration of main?
Why void is used in c?
What is a good data structure to use for storing lines of text?
Explain what is the heap?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Difference between Function to pointer and pointer to function
how do you execute a c program in unix.