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
Why c is called a middle level language?
How can I split up a string into whitespace-separated fields?
What is the deal on sprintf_s return value?
What are the advantages of using linked list for tree construction?
Is register a keyword in c?
Does c have circular shift operators?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Can include files be nested?
Explain how can you restore a redirected standard stream?
How can you increase the allowable number of simultaneously open files?
What does it mean when a pointer is used in an if statement?
What are pointers in C? Give an example where to illustrate their significance.
What is your stream meaning?
how to find anagram without using string functions using only loops in c programming
What are keywords c?