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

Answer Posted / sugu

no it is invalid . because volatile means ever changing, but
const means the value wont be changed.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use namespace feature?

583


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1673


Explain is it better to bitshift a value than to multiply by 2?

718


What are the advantages of c language?

666


Why is c still so popular?

618






Are negative numbers true in c?

600


Can we assign string to char pointer?

588


What is string function c?

568


Why is c known as a mother language?

749


Is a house a mass structure?

641


What is #include stdio h?

686


Explain how can I pad a string to a known length?

654


What is the explanation for the dangling pointer in c?

682


Is main a keyword in c?

632


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1492