Answer Posted / srinivasroyal
A constant pointer is nothing which can not allow any
arthametic operations on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the most efficient way to count the number of bits which are set in an integer?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is the difference between union and anonymous union?
How do I get a null pointer in my programs?
How to write a multi-statement macro?
How are variables declared in c?
Do pointers store the address of value or the actual value of a variable?
When was c language developed?
What is the purpose of & in scanf?
Difference between linking and loading?
How can I prevent another program from modifying part of a file that I am modifying?
Why we use int main and void main?
Explain the properties of union.
What does typeof return in c?
When can you use a pointer with a function?