Is the below things valid & where it will be stored in
memory layout ?
static const volatile int i;
register struct { } ;
static register;
Answer Posted / suyash(nit c.s. eng)
u may mix const to variable it is not correct
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is #pragma statements?
What is extern storage class in c?
What is the use of function in c?
What is wrong in this statement?
what is ur strangth & weekness
what value is returned to operating system after program execution?
What is the difference between if else and switchstatement
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
What is the most efficient way to count the number of bits which are set in an integer?
what are the facialities provided by you after the selection of the student.
What are pointers?
How can I use a preprocessorif expression to ?
Is null valid for pointers to functions?
why do some people write if(0 == x) instead of if(x == 0)?
Which header file is used for clrscr?