Is the below things valid & where it will be stored in
memory layout ?
static const volatile int i;
register struct { } ;
static register;
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suyash(nit c.s. eng)
u may mix const to variable it is not correct
| Is This Answer Correct ? | 0 Yes | 1 No |
what is a pointer
4 Answers Bank Of America, TCS,
What is meant by type casting?
How can I increase the allowable number of simultaneously open files?
How would you sort a linked list?
What do header files do?
Why main is not a keyword in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is a pointer on a pointer in c programming language?
which one low Priority in c? a)=,b)++,c)==,d)+
What is the mean of this statement:: if(int i=0 * i=9)
What does emoji p mean?
Describe advantages and disadvantages of the various stock sorting algorithms