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 |
explain about storage of union elements.
What are the languages are portable and platform independent?Why they are like that?
What is the size of array float a(10)?
What is calloc in c?
What is an volatile variable?
who is the father of c
How do you write a program which produces its own source code as its output?
What is c programing language?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Explain the properties of union. What is the size of a union variable
What is a volatile keyword in c?
What is null pointer constant?