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 do some versions of toupper act strangely if given an upper-case letter?
What is a MAC Address?
How are 16- and 32-bit numbers stored?
What are the 4 types of unions?
Explain spaghetti programming?
What is a pointer value and address in c?
Explain how can I manipulate strings of multibyte characters?
How are variables declared in c?
Why is c known as a mother language?
Explain how do you print only part of a string?
What are local variables c?
If the size of int data type is two bytes, what is the range of signed int data type?
Why is event driven programming or procedural programming, better within specific scenario?
Is c object oriented?
Write a program to check prime number in c programming?