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 do you mean by command line argument?
What is a example of a variable?
Explain what are the standard predefined macros?
List a few unconditional control statement in c.
Explain indirection?
The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.
What are the advantages of using Unions?
Why do we use pointer to pointer in c?
is it possible to create your own header files?
What is the difference between struct and union in C?
Which is best book for data structures in c?
What is difference between %d and %i in c?
How to implement a packet in C
What is #include conio h?
What is use of null pointer in c?