How to access or modify the const variable in c ?
Answer Posted / guest
use pointers and u can do anything...
| Is This Answer Correct ? | 23 Yes | 17 No |
Post New Answer View All Answers
What are disadvantages of C language.
How can you tell whether two strings are the same?
Is there sort function in c?
Why do we use & in c?
What is a function in c?
Is there a way to compare two structure variables?
Explain what is operator promotion?
How do I get a null pointer in my programs?
develop algorithms to add polynomials (i) in one variable
if p is a string contained in a string?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
int far *near * p; means
How can I list all of the predefined identifiers?
Can we initialize extern variable in c?
Explain what does the format %10.2 mean when included in a printf statement?