How to access or modify the const variable in c ?
Answer Posted / vijay kumar (mainpuri)
Answer of #6 , output is wrong
correct out is given below :
Value is: 20
Value is: 20
(above output based on turbo c++ IDE)
Hence, const value can't be change.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
When should structures be passed by values or by references?
Describe dynamic data structure in c programming language?
What are the 5 elements of structure?
Explain high-order and low-order bytes.
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Why C language is a procedural language?
What does stand for?
What is a built-in function in C?
Explain zero based addressing.
What is structure pointer in c?
What is the difference between single charater constant and string constant?
Write a program with dynamically allocation of variable.
What is output redirection?
How can this be legal c?