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
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is oops c?
What do you mean by a sequential access file?
What are disadvantages of C language.
What does calloc stand for?
What are bitwise shift operators in c programming?
Is boolean a datatype in c?
Is there a built-in function in C that can be used for sorting data?
Give the rules for variable declaration?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Difference between goto, long jmp() and setjmp()?
What is a newline escape sequence?
Is c is a high level language?
Is r written in c?
Explain is it valid to address one element beyond the end of an array?