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
Why we use int main and void main?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Why is c used in embedded systems?
Where define directive used?
What type is sizeof?
Explain modulus operator.
How do I swap bytes?
#include
Is there any data type in c with variable size?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
write a program to print largest number of each row of a 2D array
What is #include stdio h and #include conio h?
In c language can we compile a program without main() function?
Can a variable be both constant and volatile?
What are 'near' and 'far' pointers?