Can you assign a different address to an array tag?



Can you assign a different address to an array tag?..

Answer / Sourabh Sharma

No, you cannot directly change the memory location of an array in C. Arrays are automatically allocated contiguous memory by the compiler.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

explain about storage of union elements.

2 Answers   ABC, Bosch,


What are the languages are portable and platform independent?Why they are like that?

1 Answers   Excel, Satyam,


What is the size of array float a(10)?

1 Answers  


What is calloc in c?

1 Answers  


What is an volatile variable?

15 Answers   HP,


who is the father of c

4 Answers   Infosys,


How do you write a program which produces its own source code as its output?

2 Answers  


What is c programing language?

1 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


Explain the properties of union. What is the size of a union variable

1 Answers  


What is a volatile keyword in c?

1 Answers  


What is null pointer constant?

1 Answers  


Categories