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 a null pointer in c?
Why c is known as a mother language?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
explain what is an endless loop?
How are Structure passing and returning implemented by the complier?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
FILE PROGRAMMING
What do you mean by keywords in c?
What is the benefit of using const for declaring constants?
In a switch statement, explain what will happen if a break statement is omitted?
code for replace tabs with equivalent number of blanks
All technical questions
Explain the difference between #include "..." And #include <...> In c?
What is const and volatile in c?