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 can you draw circles in C?
What is the use of ?: Operator?
When should volatile modifier be used?
writ a program to compare using strcmp VIVA and viva with its output.
Explain what is the benefit of using const for declaring constants?
How do you generate random numbers in C?
Can we assign string to char pointer?
where are auto variables stored? What are the characteristics of an auto variable?
When should you not use a type cast?
I came across some code that puts a (void) cast before each call to printf. Why?
In a switch statement, what will happen if a break statement is omitted?
Should I learn c before c++?
Why do we use null pointer?
What are the benefits of organizational structure?
Which control loop is recommended if you have to execute set of statements for fixed number of times?