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 does 3 mean in texting?
How can you be sure that a program follows the ANSI C standard?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Is null always defined as 0(zero)?
What are the 4 types of functions?
What does a function declared as pascal do differently?
Which is better malloc or calloc?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the advantage of an array over individual variables?
Write a program to swap two numbers without using third variable?
Explain the term printf() and scanf() used in c language?
What is a null string in c?
What is infinite loop?
Describe wild pointers in c?
What are the 3 types of structures?