How to access or modify the const variable in c ?
Answer Posted / santhi
we can access the constant variable in c through the
functions which are declared as constant.
| Is This Answer Correct ? | 13 Yes | 22 No |
Post New Answer View All Answers
How can I insert or delete a line (or record) in the middle of a file?
What are the application of c?
What is scope and lifetime of a variable in c?
What are the advantages and disadvantages of pointers?
What is function definition in c?
Write a program to generate random numbers in c?
What is the function of this pointer?
What are the characteristics of arrays in c?
When the macros gets expanded?
Explain the difference between the local variable and global variable in c?
Tell me with an example the self-referential structure?
Write a program to print “hello world” without using semicolon?
When we use void main and int main?
Explain what is the difference between a free-standing and a hosted environment?
What is a program flowchart and explain how does it help in writing a program?