How to access or modify the const variable in c ?
Answer Posted / raj
Answer 6 would be true if you change the variable to const
volatile.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do I use void main?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why is c fast?
How does placing some code lines between the comment symbol help in debugging the code?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How can I read a binary data file properly?
in linking some of os executables are linking name some of them
What is malloc return c?
Which is best book for data structures in c?
What is .obj file in c?
Where in memory are my variables stored?
Explain what is #line used for?
What is function prototype?
Why is extern used in c?
How can you find the exact size of a data type in c?