How to access or modify the const variable in c ?
Answer Posted / raj
@Ans No #9
Actually we are here discuss about how to modify value
store in the constant variable.
I don't more ,but i think in the last we have value of 'z'
same as before corrupted.
please reply me if any one have the answer of this question.
Is it possible or not??
Thanks
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is unsigned int in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is const keyword in c?
Can include files be nested?
What is a static function in c?
Is main an identifier in c?
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
Explain high-order and low-order bytes.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
How many types of functions are there in c?
What the different types of arrays in c?
define string ?
What is the code in while loop that returns the output of given code?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
which is conditional construct a) if statement b) switch statement c) while/for d) goto