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
Is there sort function in c?
What do you mean by recursion in c?
Explain about block scope in c?
What is this infamous null pointer, anyway?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What are local static variables? How can you use them?
What is the Purpose of 'extern' keyword in a function declaration?
Was 2000 a leap year?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is difference between union and structure in c?
What is the use of a static variable in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Can a variable be both constant and volatile?
i have a written test for microland please give me test pattern
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.