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
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What are volatile variables in c?
What's the difference between constant char *p and char * constant p?
Explain how to reverse singly link list.
What are c preprocessors?
What is static volatile in c?
What are the types of variables in c?
what do you mean by enumeration constant?
What are the 4 data types?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Why is C language being considered a middle level language?
Explain what is wrong with this program statement?
How arrays can be passed to a user defined function
What are the different types of constants?
When should you not use a type cast?